merge of '14a701971b9cd67faba4766a17dd244b687d08a1'
[vuplus_openembedded] / conf / machine / fsg3be.conf
1 #@TYPE: Machine
2 #@NAME: Freecom FSG-3 (big-endian)
3 #@DESCRIPTION: Machine configuration for an FSG3 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}:ixp4xxbe:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
12
13 require conf/machine/include/ixp4xx.conf
14
15 # Match the vendor's latest kernel
16 PREFERRED_VERSION_ixp4xx-kernel = "2.6.18"
17 KERNEL_CCSUFFIX = "-3.4.4+csl-arm-2005q3"
18 PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-3.4.4+csl-arm-2005q3 = "gcc-cross-kernel-3.4.4"
19 PREFERRED_VERSION_virtual/${TARGET_PREFIX}gcc-3.4.4+csl-arm-2005q3 = "csl-arm-2005q3"
20
21 # No room for jffs2 - the rootfs needs to be installed directly to disk
22 IMAGE_FSTYPES = "tar.gz"