diff options
Diffstat (limited to 'meta/conf/distro/poky.conf')
-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" INHERIT += " ${PACKAGE_CLASSES} debian multimachine poky devshell " # For some reason, this doesn't work # TARGET_OS ?= "linux" -# TARGET_VENDOR = "-poky" +TARGET_VENDOR = "-poky" TARGET_OS = "linux" TARGET_FPU_arm ?= "soft" TARGET_FPU_armeb ?= "soft" |