diff options
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r-- | meta/conf/distro/poky.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 992858f9d6..33b9cf841a 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -13,7 +13,8 @@ INHERIT += " package_ipk debian multimachine poky " | |||
13 | # For some reason, this doesn't work | 13 | # For some reason, this doesn't work |
14 | # TARGET_OS ?= "linux" | 14 | # TARGET_OS ?= "linux" |
15 | TARGET_OS = "linux" | 15 | TARGET_OS = "linux" |
16 | TARGET_FPU ?= "soft" | 16 | TARGET_FPU_arm ?= "soft" |
17 | TARGET_FPU_armeb ?= "soft" | ||
17 | IMAGE_ROOTFS_SIZE_ext2 = 131072 | 18 | IMAGE_ROOTFS_SIZE_ext2 = 131072 |
18 | 19 | ||
19 | PARALLEL_INSTALL_MODULES = "1" | 20 | PARALLEL_INSTALL_MODULES = "1" |