[leaf-commits] src/bering-uclibc4/source/initrd buildtool.cfg, 1.7, 1.8 buildtool.mk, 1.14, 1.15

Andrew <[email protected]>
Newsgroups gmane.linux.leaf.cvs
Message-ID <[email protected]>
Update of /cvsroot/leaf/src/bering-uclibc4/source/initrd
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20640/initrd

Modified Files:
	buildtool.cfg buildtool.mk 
Log Message:
First try to make multi-kernel distro


Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/initrd/buildtool.cfg,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** buildtool.cfg	17 Aug 2010 18:46:07 -0000	1.7
--- buildtool.cfg	31 Oct 2010 23:11:43 -0000	1.8
***************
*** 36,46 ****
  
  <Package>
! 	<initrd>
  		packagetype = initrd
- #		initrdsize = 1500
  		packagename = initrd 
  
  		Version = 4.0.0
! 		Revision = 8
  		
  		Help <<EOF
--- 36,45 ----
  
  <Package>
! 	<initrd-i686>
  		packagetype = initrd
  		packagename = initrd 
  
  		Version = 4.0.0
! 		Revision = 9
  		
  		Help <<EOF
***************
*** 70,76 ****
  				Permissions 	= 644
  			</File>
! 			#include <files>
  		</Contents>
! 	</initrd>
  
  </Package>
--- 69,75 ----
  				Permissions 	= 644
  			</File>
! 			#include <files.i686>
  		</Contents>
! 	</initrd-i686>
  
  </Package>

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/initrd/buildtool.mk,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** buildtool.mk	29 Oct 2010 19:20:52 -0000	1.14
--- buildtool.mk	31 Oct 2010 23:11:43 -0000	1.15
***************
*** 19,30 ****
  	mkdir -p $(INITRD_TARGET_DIR)/boot/etc
  	
- 	BT_STAGING_DIR=$(BT_STAGING_DIR) BT_KERNEL_RELEASE=$(BT_KERNEL_RELEASE) \
- 		    sh $(BT_TOOLS_DIR)/getdep.sh "ata_.*" ahci ehci-hcd uhci-hcd \
- 		    ohci-hcd usb-storage sd_mod sr_mod isofs vfat floppy >mod
  	echo $(ESCKEY) "isofs\nvfat">$(INITRD_TARGET_DIR)/boot/etc/modules
! 	-rm -f files
! 	(for i in `cat mod`; do echo $(ESCKEY) "<File>\n\tSource\t= lib/modules/__KVER__/$$i\n\t\
! 	Filename\t= lib/modules/$$(echo $$i|sed 's/[a-z]*\/[a-z_/-]*\///g')\n\t\
! 	Type\t= binary\n\tType\t= module\n\tPermissions\t= 644\n</File>">>files; done)
  	    
  	cp -a README $(INITRD_TARGET_DIR)/boot/etc	
--- 19,31 ----
  	mkdir -p $(INITRD_TARGET_DIR)/boot/etc
  	
  	echo $(ESCKEY) "isofs\nvfat">$(INITRD_TARGET_DIR)/boot/etc/modules
! 	(for a in $(KARCHS); do \
! 	BT_STAGING_DIR=$(BT_STAGING_DIR) BT_KERNEL_RELEASE=$(BT_KERNEL_RELEASE)-$$a \
! 		    sh $(BT_TOOLS_DIR)/getdep.sh "ata_.*" ahci ehci-hcd uhci-hcd \
! 		    ohci-hcd usb-storage sd_mod sr_mod isofs vfat floppy >mod ; \
! 	[ -f files.$$a ] && rm -f files.$$a ; \
! 	for m in `cat mod`; do echo $(ESCKEY) "<File>\n\tSource\t= lib/modules/__KVER__-$$a/$$m \n\t\
! 	Filename\t= lib/modules/$$(echo $$m|sed 's/[a-z]*\/[a-z_/-]*\///g')\n\t\
! 	Type\t= binary\n\tType\t= module\n\tPermissions\t= 644\n</File>">>files.$$a; done; done)
  	    
  	cp -a README $(INITRD_TARGET_DIR)/boot/etc	


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.