merge of '8cde5e5064761c45e322d841a3b3313245cb264a'
[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 IXP4XX_MACHINE_OVERRIDE = ":nslu2:ixp4xx"
11
12 require conf/machine/include/ixp4xx.conf
13
14 EXTRA_IMAGECMD_jffs2 += "--big-endian"
15
16 OVERRIDES = "local:${MACHINE}:nslu2:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"