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 | poky-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/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" | |||
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" |