aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-29 13:42:19 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-29 13:42:19 +0000
commit9ecd2353a3c2bdb0856a9d74cdf3669aab9504bf (patch)
treec5ac4008333c15ccf82695184f898f5926dd66c0 /meta
parent661b9cabc1d022aa00e11e9d8eaea4ab8bca394f (diff)
downloadopenembedded-core-contrib-9ecd2353a3c2bdb0856a9d74cdf3669aab9504bf.tar.gz
poky.conf: Set TARGET_VENDOR to -poky. This will require a rebuild of tmp directories but will identify toolchains as coming from poky etc.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@980 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-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"
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"