diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-29 13:42:19 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-29 13:42:19 +0000 |
commit | 9ecd2353a3c2bdb0856a9d74cdf3669aab9504bf (patch) | |
tree | c5ac4008333c15ccf82695184f898f5926dd66c0 /meta/conf | |
parent | 661b9cabc1d022aa00e11e9d8eaea4ab8bca394f (diff) | |
download | openembedded-core-9ecd2353a3c2bdb0856a9d74cdf3669aab9504bf.tar.gz openembedded-core-9ecd2353a3c2bdb0856a9d74cdf3669aab9504bf.tar.bz2 openembedded-core-9ecd2353a3c2bdb0856a9d74cdf3669aab9504bf.zip |
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/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" |