From: Rod Whitby Date: Tue, 27 Feb 2007 09:25:42 +0000 (+0000) Subject: nslu2{l,b]e.conf, ixp4xx.conf: Set ROOT_FLASH_SIZE to 6 and 12MB respectively (allowi... X-Git-Tag: Release-2010-05/1~9137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adabded9e0b31876b5a47c5d1deebafea737c7b7;p=openembedded.git nslu2{l,b]e.conf, ixp4xx.conf: Set ROOT_FLASH_SIZE to 6 and 12MB respectively (allowing override in local.conf). --- diff --git a/conf/machine/include/ixp4xx.conf b/conf/machine/include/ixp4xx.conf index 1bab2f5fc7..6f0d5b20eb 100644 --- a/conf/machine/include/ixp4xx.conf +++ b/conf/machine/include/ixp4xx.conf @@ -4,6 +4,8 @@ MACHINE_FEATURES = "kernel26 usbhost ext2" +ROOT_FLASH_SIZE ?= "12" + EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x20000 -n" PREFERRED_PROVIDER_virtual/kernel ?= "ixp4xx-kernel" diff --git a/conf/machine/nslu2be.conf b/conf/machine/nslu2be.conf index 3ca3baf952..87fab62b65 100644 --- a/conf/machine/nslu2be.conf +++ b/conf/machine/nslu2be.conf @@ -10,6 +10,9 @@ MACHINE_ARCH = "ixp4xxbe" 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" + diff --git a/conf/machine/nslu2le.conf b/conf/machine/nslu2le.conf index bbbd6cdeb4..16114a80fa 100644 --- a/conf/machine/nslu2le.conf +++ b/conf/machine/nslu2le.conf @@ -10,6 +10,8 @@ MACHINE_ARCH = "ixp4xxle" 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"