[oe-commits] org.oe.dev ixp4xx.inc: Set default machine essentials to include the ixp4xx ethernet firmware

rwhitby commit openembedded-commits at lists.openembedded.org
Wed Nov 28 14:09:07 UTC 2007


ixp4xx.inc: Set default machine essentials to include the ixp4xx ethernet firmware

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

#
# mt diff -r9e45d3c883f64f43925f48e89d34f909ca753c68 -r672c37d615b11c3f51499fc0346f88203cf46d2b
#
# 
# 
# patch "conf/machine/include/ixp4xx.inc"
#  from [02ce746a1bdf090be09979089770ca85b3ac0005]
#    to [cb920f8ba1f7dcaa3cd855595d1197004c12a26a]
# 
============================================================
--- conf/machine/include/ixp4xx.inc	02ce746a1bdf090be09979089770ca85b3ac0005
+++ conf/machine/include/ixp4xx.inc	cb920f8ba1f7dcaa3cd855595d1197004c12a26a
@@ -1,11 +1,18 @@
 #@TYPE: Machine configuration
 #@NAME: ixp4xx
 #@DESCRIPTION: genric machine configuration for ixp4xx platforms
 
-MACHINE_FEATURES = "kernel26 usbhost ext2"
+# Set default for nslu2 - can be overridden for machines with other features.
+MACHINE_FEATURES ?= "kernel26 usbhost ext2"
 
+# Set defaults for nslu2 - can be overridden for machines with other requirements.
+MACHINE_ESSENTIAL_EXTRA_RDEPENDS    ?= "ixp4xx-npe"
+MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= ""
+
+# Set default for nslu2 - can be overridden for machines with more flash.
 ROOT_FLASH_SIZE ?= "12"
 
+# Set default for nslu2, nas100d, dsmg600
 EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x20000 -n"
 
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-ixp4xx"






More information about the Openembedded-commits mailing list