increase dvbapp PR.
[vuplus_openembedded] / conf / machine / nslu2be.conf
index 16d1ed8..9bc92f1 100644 (file)
@@ -4,13 +4,13 @@
 
 TARGET_ARCH = "armeb"
 
-PACKAGE_EXTRA_ARCHS = "armv4b armv4tb armv5eb armv5teb ixp4xxbe"
+# Note: armv4b armv4tb armv5teb will be added by tune-xscale.inc automatically.
+PACKAGE_EXTRA_ARCHS = "armv5eb ixp4xxbe"
 
-MACHINE_ARCH = "ixp4xxbe"
-IXP4XX_MACHINE_OVERRIDE = ":nslu2:ixp4xx"
+OVERRIDES = "local:${MACHINE}:nslu2:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
 
-require conf/machine/include/ixp4xx.conf
+ROOT_FLASH_SIZE ?= "6"
 
-EXTRA_IMAGECMD_jffs2 += "--big-endian"
+require conf/machine/include/ixp4xx.inc
 
-OVERRIDES = "local:${MACHINE}:nslu2:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
+EXTRA_IMAGECMD_jffs2 += "--big-endian"