From 9ecd2353a3c2bdb0856a9d74cdf3669aab9504bf Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 29 Nov 2006 13:42:19 +0000 Subject: 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 --- meta/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 67fff5832..028887802 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" -- cgit v1.2.3