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
This commit is contained in:
Richard Purdie 2006-11-29 13:42:19 +00:00
parent 661b9cabc1
commit 9ecd2353a3
1 changed files with 1 additions and 1 deletions

View File

@ -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"