summaryrefslogtreecommitdiffstats
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
parent661b9cabc1d022aa00e11e9d8eaea4ab8bca394f (diff)
downloadpoky-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
-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"