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 9d2e8cb..535bfd3 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 80cbfcc..85a68e7 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 97b8b92..51c6781 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 0df08ca..2636479 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 f56722b..63467b4 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']}"