summaryrefslogtreecommitdiff
path: root/meta/conf/distro
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro')
-rw-r--r--meta/conf/distro/poky.conf3
1 files changed, 2 insertions, 1 deletions
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"