diff options
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
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" | |||
13 | INHERIT += " ${PACKAGE_CLASSES} debian multimachine poky devshell " | 13 | INHERIT += " ${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" | 16 | TARGET_VENDOR = "-poky" |
17 | TARGET_OS = "linux" | 17 | TARGET_OS = "linux" |
18 | TARGET_FPU_arm ?= "soft" | 18 | TARGET_FPU_arm ?= "soft" |
19 | TARGET_FPU_armeb ?= "soft" | 19 | TARGET_FPU_armeb ?= "soft" |