diff options
author | Koen Kooi <koen@openembedded.org> | 2006-11-07 15:09:06 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-11-07 15:09:06 +0000 |
commit | 7325ca49804c443d011e9eb576ebcc98b1ab7ad2 (patch) | |
tree | d51883bf6be9b92b7416398c1f017672d2917a9f /conf/distro | |
parent | 2dbe6a412bf76ebbb7d2578326c6b7522ab3a48f (diff) |
angstrom: disable binary locale generation for mx31ads since qemu doesn't like armv6/eabi/hardvfp
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/include/angstrom.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 858305cd39..a3d9694295 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -28,11 +28,18 @@ INHERIT += "package_ipk debian multimachine sanity" PREFERRED_PROVIDER_qemu-native = "qemu-native" ENABLE_BINARY_LOCALE_GENERATION ?= "1" +#qemu doesn't like armv6/eabi/vfp +ENABLE_BINARY_LOCALE_GENERATION_mx31ads = "0" + #ARM EABI is softfloat by default, but let's make sure :) #make it overridable for platforms with FPU, like ep93xx or i.mx31 TARGET_FPU_arm ?= "soft" TARGET_FPU_ixp4xx ?= "soft" + +#Make a LE jffs2 image +SLUGOS_IMAGESEX = "little-endian" + #Name the generated images in a sane way IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${DISTRO_VERSION}-${MACHINE}" DEPLOY_DIR_IMAGE = ${DEPLOY_DIR}/images/${MACHINE} |