From 45b048283ce2157d6c17d30a7c21d785bd1c6540 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 18 Aug 2006 09:31:38 +0000 Subject: x86: * Add qemux86 machine. * Glibc 2.4 updates from upstream OE. * Add linux-x86 kernel to satisfy the deps. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@616 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/distro/poky.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/conf/distro') diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 992858f9d..33b9cf841 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -13,7 +13,8 @@ INHERIT += " package_ipk debian multimachine poky " # For some reason, this doesn't work # TARGET_OS ?= "linux" TARGET_OS = "linux" -TARGET_FPU ?= "soft" +TARGET_FPU_arm ?= "soft" +TARGET_FPU_armeb ?= "soft" IMAGE_ROOTFS_SIZE_ext2 = 131072 PARALLEL_INSTALL_MODULES = "1" -- cgit v1.2.3