merge of '603b2d0c7e4ad80e5779bd3bbdb822331cc0ea2b'
[vuplus_openembedded] / conf / machine / nslu2be.conf
1 #@TYPE: Machine
2 #@NAME: Linksys NSLU2 (big-endian)
3 #@DESCRIPTION: Machine configuration for an NSLU2 in big-endian mode
4
5 TARGET_ARCH = "armeb"
6
7 PACKAGE_EXTRA_ARCHS = "armv4b armv4tb armv5eb armv5teb ixp4xxbe"
8
9 MACHINE_ARCH = "ixp4xxbe"
10
11 OVERRIDES = "local:${MACHINE}:nslu2:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
12
13 ROOT_FLASH_SIZE ?= "6"
14
15 require conf/machine/include/ixp4xx.inc
16
17 EXTRA_IMAGECMD_jffs2 += "--big-endian"
18
19 INHERIT += "nslu2-image"