[leaf-commits] src/bering-uclibc4/source/kernel buildtool.cfg, 1.2, 1.3

Andrew <[email protected]> Sat, 11 Dec 2010 19:20:56 +0000
Newsgroups gmane.linux.leaf.cvs
Message-ID <[email protected]>
Update of /cvsroot/leaf/src/bering-uclibc4/source/kernel
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19842

Modified Files:
	buildtool.cfg 
Log Message:
Added packages with debug info (unstripped vmlinux file) for perf


Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/kernel/buildtool.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** buildtool.cfg	25 May 2010 13:21:57 -0000	1.2
--- buildtool.cfg	11 Dec 2010 19:20:53 -0000	1.3
***************
*** 4,5 ****
--- 4,91 ----
  	Directory = kernel
  </File>
+ 
+ <Package>
+ 	<kdebuginfo-i686>
+ 		Version = __KVER__-i686
+ 		Revision = 1
+ 		Help <<EOF
+ 		Kernel debug info for perf
+ 		LEAF package by __PACKAGER__, __BUILDDATE__
+ 		EOF
+ 		
+ 		<Permissions>
+ 			Files = 750
+ 			Directories = 750
+ 		</Permissions>
+ 		
+ 		<Owner>
+ 			Files = root:root
+ 			Directories = root:root
+ 		</Owner>
+ 		
+ 		<Contents>
+ 			<File>
+ 				Source		= lib/modules/__KVER__-i686/build/vmlinux
+ 				Filename	= lib/modules/build/vmlinux
+ 				Type		= binary
+ 				Type		= module
+ 			</File>
+ 		</Contents>
+ 	</kdebuginfo-i686>
+ 
+ 	<kdebuginfo-geode>
+ 		Version = __KVER__-geode
+ 		Revision = 1
+ 		Help <<EOF
+ 		Kernel debug info for perf
+ 		LEAF package by __PACKAGER__, __BUILDDATE__
+ 		EOF
+ 		
+ 		<Permissions>
+ 			Files = 750
+ 			Directories = 750
+ 		</Permissions>
+ 		
+ 		<Owner>
+ 			Files = root:root
+ 			Directories = root:root
+ 		</Owner>
+ 		
+ 		<Contents>
+ 			<File>
+ 				Source		= lib/modules/__KVER__-geode/build/vmlinux
+ 				Filename	= lib/modules/build/vmlinux
+ 				Type		= binary
+ 				Type		= module
+ 			</File>
+ 		</Contents>
+ 	</kdebuginfo-geode>
+ 
+ 	<kdebuginfo-i486>
+ 		Version = __KVER__-i486
+ 		Revision = 1
+ 		Help <<EOF
+ 		Kernel debug info for perf
+ 		LEAF package by __PACKAGER__, __BUILDDATE__
+ 		EOF
+ 		
+ 		<Permissions>
+ 			Files = 750
+ 			Directories = 750
+ 		</Permissions>
+ 		
+ 		<Owner>
+ 			Files = root:root
+ 			Directories = root:root
+ 		</Owner>
+ 		
+ 		<Contents>
+ 			<File>
+ 				Source		= lib/modules/__KVER__-i486/build/vmlinux
+ 				Filename	= lib/modules/build/vmlinux
+ 				Type		= binary
+ 				Type		= module
+ 			</File>
+ 		</Contents>
+ 	</kdebuginfo-i486>
+ </Package>
\ No newline at end of file


------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev