[oe-commits] org.oe.dev ixp4xx.inc: Add redboot and apex features, and build a .tar.gz rootfs for direct disk booting.

rwhitby commit openembedded-commits at lists.openembedded.org
Sun Dec 2 10:55:23 UTC 2007


ixp4xx.inc: Add redboot and apex features, and build a .tar.gz rootfs for direct disk booting.

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: cd930a5ff1d2945794cb8f8818936fff777fbfeb
ViewMTN: http://monotone.openembedded.org/revision/info/cd930a5ff1d2945794cb8f8818936fff777fbfeb
Files:
1
conf/machine/include/ixp4xx.inc
Diffs:

#
# mt diff -r45d000a799ebe80b83e6d77699809d3b872532ca -rcd930a5ff1d2945794cb8f8818936fff777fbfeb
#
# 
# 
# patch "conf/machine/include/ixp4xx.inc"
#  from [6e346e8a0d72478aa861a2ea2324cc2871a72e54]
#    to [061e47cc6cd7843090e32bb8bbe59909e1f3df1e]
# 
============================================================
--- conf/machine/include/ixp4xx.inc	6e346e8a0d72478aa861a2ea2324cc2871a72e54
+++ conf/machine/include/ixp4xx.inc	061e47cc6cd7843090e32bb8bbe59909e1f3df1e
@@ -1,9 +1,9 @@
 #@TYPE: Machine configuration
 #@NAME: ixp4xx
 #@DESCRIPTION: genric machine configuration for ixp4xx platforms
 
 # Set default for nslu2 - can be overridden for machines with other features.
-MACHINE_FEATURES ?= "kernel26 usbhost ext2"
+MACHINE_FEATURES ?= "kernel26 usbhost ext2 redboot apex"
 
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-ixp4xx"
 PREFERRED_VERSION_linux-ixp4xx ?= "2.6.21.6+svnr${SRCREV}"
@@ -21,9 +21,12 @@ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= "
 	kernel-module-via-velocity \
 	"
 
-# Set default for nslu2 - can be overridden for machines with more flash.
+# Set default for 16MB machines - can be overridden for more or less flash.
 ROOT_FLASH_SIZE ?= "12"
 
+# Allow for rootfs loaded direct from internal hard disk
+IMAGE_FSTYPES ?= "jffs2 tar.gz"
+
 # Set default for nslu2, nas100d, dsmg600
 EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x20000 -n"
 






More information about the Openembedded-commits mailing list