summaryrefslogtreecommitdiff
path: root/meta/conf/distro/include/poky-eabi-csl2005q3-2.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-12-28 23:25:39 +0000
committerRichard Purdie <richard@openedhand.com>2006-12-28 23:25:39 +0000
commitbd00c338eb06d9a81b814453c65991d9a0788272 (patch)
treef23f75c57131c212241e4ed71efe8fb37fed3430 /meta/conf/distro/include/poky-eabi-csl2005q3-2.inc
parentc378b7f5e21b85f3f031f52221587d2d51d94c36 (diff)
downloadopenembedded-core-bd00c338eb06d9a81b814453c65991d9a0788272.tar.gz
openembedded-core-bd00c338eb06d9a81b814453c65991d9a0788272.tar.bz2
openembedded-core-bd00c338eb06d9a81b814453c65991d9a0788272.tar.xz
openembedded-core-bd00c338eb06d9a81b814453c65991d9a0788272.zip
distro eabi includes: Drop TARGET_VENDOR settings - handled in poky.conf now
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1105 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/include/poky-eabi-csl2005q3-2.inc')
-rw-r--r--meta/conf/distro/include/poky-eabi-csl2005q3-2.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/distro/include/poky-eabi-csl2005q3-2.inc b/meta/conf/distro/include/poky-eabi-csl2005q3-2.inc
index 9d2e8cb20..535bfd3d8 100644
--- a/meta/conf/distro/include/poky-eabi-csl2005q3-2.inc
+++ b/meta/conf/distro/include/poky-eabi-csl2005q3-2.inc
@@ -18,5 +18,4 @@ PREFERRED_VERSION_linux-libc-headers ?= "2.6.12rc3+csl-arm-2005q3-2"
#Use the ARM EABI when building for an ARM cpu. We can't use overrides
#here because this breaks all places where ":=" is used.
-TARGET_VENDOR = "${@['','-poky'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"