[oe-commits] org.oe.dev nslu2{l, b]e.conf, ixp4xx.conf: Set ROOT_FLASH_SIZE to 6 and 12MB respectively (allowing override in local.conf).

rwhitby commit openembedded-commits at lists.openembedded.org
Tue Feb 27 21:02:18 UTC 2007


nslu2{l,b]e.conf, ixp4xx.conf: Set ROOT_FLASH_SIZE to 6 and 12MB respectively (allowing override in local.conf).

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 4e3039547ddc817f15c2b8b4d5c372a9902e2e54
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4e3039547ddc817f15c2b8b4d5c372a9902e2e54
Files:
1
conf/machine/include/ixp4xx.conf
conf/machine/nslu2be.conf
conf/machine/nslu2le.conf
Diffs:

#
# mt diff -r5f07661af20269c27eba82fc8f017177286791ad -r4e3039547ddc817f15c2b8b4d5c372a9902e2e54
#
# 
# 
# patch "conf/machine/include/ixp4xx.conf"
#  from [1ec3ce5e8a6b5cfd21dbb687b339bc2a67280cac]
#    to [7b779edc9fd8828894f616345b80dbf28d8d9fee]
# 
# patch "conf/machine/nslu2be.conf"
#  from [63b56555f0d009e7f35e02c718999049676c8b4a]
#    to [e9e45d634e18144aaf4d742e1d939dd405fbb2d7]
# 
# patch "conf/machine/nslu2le.conf"
#  from [0ec778b3b995ad421489927fe5d55ea6a3f76d12]
#    to [5e3c529d7f02ed0e82cd8b8703423f95c98a1f48]
# 
============================================================
--- conf/machine/include/ixp4xx.conf	1ec3ce5e8a6b5cfd21dbb687b339bc2a67280cac
+++ conf/machine/include/ixp4xx.conf	7b779edc9fd8828894f616345b80dbf28d8d9fee
@@ -1,9 +1,11 @@ MACHINE_FEATURES = "kernel26 usbhost ext
 #@TYPE: Machine configuration
 #@NAME: ixp4xx
 #@DESCRIPTION: genric machine configuration for ixp4xx platforms
 
 MACHINE_FEATURES = "kernel26 usbhost ext2"
 
+ROOT_FLASH_SIZE ?= "12"
+
 EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x20000 -n"
 
 PREFERRED_PROVIDER_virtual/kernel ?= "ixp4xx-kernel"
============================================================
--- conf/machine/nslu2be.conf	63b56555f0d009e7f35e02c718999049676c8b4a
+++ conf/machine/nslu2be.conf	e9e45d634e18144aaf4d742e1d939dd405fbb2d7
@@ -10,6 +10,9 @@ OVERRIDES = "local:${MACHINE}:nslu2:ixp4
 
 OVERRIDES = "local:${MACHINE}:nslu2:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
 
+ROOT_FLASH_SIZE ?= "6"
+
 require conf/machine/include/ixp4xx.conf
 
 EXTRA_IMAGECMD_jffs2 += "--big-endian"
+
============================================================
--- conf/machine/nslu2le.conf	0ec778b3b995ad421489927fe5d55ea6a3f76d12
+++ conf/machine/nslu2le.conf	5e3c529d7f02ed0e82cd8b8703423f95c98a1f48
@@ -10,6 +10,8 @@ OVERRIDES = "local:${MACHINE}:nslu2:ixp4
 
 OVERRIDES = "local:${MACHINE}:nslu2:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
 
+ROOT_FLASH_SIZE ?= "6"
+
 require conf/machine/include/ixp4xx.conf
 
 EXTRA_IMAGECMD_jffs2 += "--little-endian"






More information about the Openembedded-commits mailing list