]> code.ossystems Code Review - openembedded-core.git/commitdiff
distro eabi includes: Drop TARGET_VENDOR settings - handled in poky.conf now
authorRichard Purdie <richard@openedhand.com>
Thu, 28 Dec 2006 23:25:39 +0000 (23:25 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 28 Dec 2006 23:25:39 +0000 (23:25 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1105 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/include/poky-eabi-csl2005q3-2.inc
meta/conf/distro/include/poky-eabi.inc
meta/conf/distro/include/poky-eabi2.inc
meta/conf/distro/include/poky-eabi3.inc
meta/conf/distro/include/poky-eabi4.inc

index 9d2e8cb20f5f858f8f57e6d9d7e39f5e529e5766..535bfd3d81065ed9b46f4e3b10eb14104960fcf5 100644 (file)
@@ -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']}"
index 80cbfcc8ea6280831352e32a75ee57ac3b953a55..85a68e7de9019e90c6c9910d6842e3e45c4c83fe 100644 (file)
@@ -20,5 +20,4 @@ PREFERRED_VERSION_elfutils ?= "0.108"
 
 #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']}"
\ No newline at end of file
+TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
index 97b8b92727794916ae7d7879685346610038e9cc..51c6781d174b2e8674ebfaa2b49e35e3fa2349a0 100644 (file)
@@ -17,5 +17,4 @@ PREFERRED_VERSION_elfutils ?= "0.108"
 
 #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']}"
\ No newline at end of file
+TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
index 0df08caa5287bf7dd3f01bf3bf1faa2622700658..263647920f772da679d290bb16bffe4f2bfa467d 100644 (file)
@@ -17,5 +17,4 @@ PREFERRED_VERSION_elfutils ?= "0.108"
 
 #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']}"
\ No newline at end of file
+TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
index f56722b058dabc083929e56f6030fca07a20e546..63467b46ad670179d9dad4c2dfb2e5f18568301a 100644 (file)
@@ -18,5 +18,4 @@ PREFERRED_VERSION_elfutils ?= "0.108"
 
 #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']}"
\ No newline at end of file
+TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"