From 7325ca49804c443d011e9eb576ebcc98b1ab7ad2 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 7 Nov 2006 15:09:06 +0000 Subject: angstrom: disable binary locale generation for mx31ads since qemu doesn't like armv6/eabi/hardvfp --- conf/distro/include/angstrom.inc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'conf/distro') 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} -- cgit v1.2.3