summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/distro/poky.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index 67fff58329..028887802a 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -13,7 +13,7 @@ PACKAGE_CLASSES ?= "package_ipk"
13INHERIT += " ${PACKAGE_CLASSES} debian multimachine poky devshell " 13INHERIT += " ${PACKAGE_CLASSES} debian multimachine poky devshell "
14# For some reason, this doesn't work 14# For some reason, this doesn't work
15# TARGET_OS ?= "linux" 15# TARGET_OS ?= "linux"
16# TARGET_VENDOR = "-poky" 16TARGET_VENDOR = "-poky"
17TARGET_OS = "linux" 17TARGET_OS = "linux"
18TARGET_FPU_arm ?= "soft" 18TARGET_FPU_arm ?= "soft"
19TARGET_FPU_armeb ?= "soft" 19TARGET_FPU_armeb ?= "soft"