diff options
author | Richard Purdie <richard@openedhand.com> | 2006-12-28 23:25:39 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-12-28 23:25:39 +0000 |
commit | bd00c338eb06d9a81b814453c65991d9a0788272 (patch) | |
tree | f23f75c57131c212241e4ed71efe8fb37fed3430 /meta/conf/distro | |
parent | c378b7f5e21b85f3f031f52221587d2d51d94c36 (diff) | |
download | poky-bd00c338eb06d9a81b814453c65991d9a0788272.tar.gz |
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')
-rw-r--r-- | meta/conf/distro/include/poky-eabi-csl2005q3-2.inc | 1 | ||||
-rw-r--r-- | meta/conf/distro/include/poky-eabi.inc | 3 | ||||
-rw-r--r-- | meta/conf/distro/include/poky-eabi2.inc | 3 | ||||
-rw-r--r-- | meta/conf/distro/include/poky-eabi3.inc | 3 | ||||
-rw-r--r-- | meta/conf/distro/include/poky-eabi4.inc | 3 |
5 files changed, 4 insertions, 9 deletions
diff --git a/meta/conf/distro/include/poky-eabi-csl2005q3-2.inc b/meta/conf/distro/include/poky-eabi-csl2005q3-2.inc index 9d2e8cb20f..535bfd3d81 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" | |||
18 | 18 | ||
19 | #Use the ARM EABI when building for an ARM cpu. We can't use overrides | 19 | #Use the ARM EABI when building for an ARM cpu. We can't use overrides |
20 | #here because this breaks all places where ":=" is used. | 20 | #here because this breaks all places where ":=" is used. |
21 | TARGET_VENDOR = "${@['','-poky'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" | ||
22 | TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" | 21 | TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" |
diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc index 80cbfcc8ea..85a68e7de9 100644 --- a/meta/conf/distro/include/poky-eabi.inc +++ b/meta/conf/distro/include/poky-eabi.inc | |||
@@ -20,5 +20,4 @@ PREFERRED_VERSION_elfutils ?= "0.108" | |||
20 | 20 | ||
21 | #Use the ARM EABI when building for an ARM cpu. We can't use overrides | 21 | #Use the ARM EABI when building for an ARM cpu. We can't use overrides |
22 | #here because this breaks all places where ":=" is used. | 22 | #here because this breaks all places where ":=" is used. |
23 | TARGET_VENDOR = "${@['','-poky'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" | 23 | TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" |
24 | TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" \ No newline at end of file | ||
diff --git a/meta/conf/distro/include/poky-eabi2.inc b/meta/conf/distro/include/poky-eabi2.inc index 97b8b92727..51c6781d17 100644 --- a/meta/conf/distro/include/poky-eabi2.inc +++ b/meta/conf/distro/include/poky-eabi2.inc | |||
@@ -17,5 +17,4 @@ PREFERRED_VERSION_elfutils ?= "0.108" | |||
17 | 17 | ||
18 | #Use the ARM EABI when building for an ARM cpu. We can't use overrides | 18 | #Use the ARM EABI when building for an ARM cpu. We can't use overrides |
19 | #here because this breaks all places where ":=" is used. | 19 | #here because this breaks all places where ":=" is used. |
20 | TARGET_VENDOR = "${@['','-poky'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" | 20 | TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" |
21 | TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" \ No newline at end of file | ||
diff --git a/meta/conf/distro/include/poky-eabi3.inc b/meta/conf/distro/include/poky-eabi3.inc index 0df08caa52..263647920f 100644 --- a/meta/conf/distro/include/poky-eabi3.inc +++ b/meta/conf/distro/include/poky-eabi3.inc | |||
@@ -17,5 +17,4 @@ PREFERRED_VERSION_elfutils ?= "0.108" | |||
17 | 17 | ||
18 | #Use the ARM EABI when building for an ARM cpu. We can't use overrides | 18 | #Use the ARM EABI when building for an ARM cpu. We can't use overrides |
19 | #here because this breaks all places where ":=" is used. | 19 | #here because this breaks all places where ":=" is used. |
20 | TARGET_VENDOR = "${@['','-poky'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" | 20 | TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" |
21 | TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" \ No newline at end of file | ||
diff --git a/meta/conf/distro/include/poky-eabi4.inc b/meta/conf/distro/include/poky-eabi4.inc index f56722b058..63467b46ad 100644 --- a/meta/conf/distro/include/poky-eabi4.inc +++ b/meta/conf/distro/include/poky-eabi4.inc | |||
@@ -18,5 +18,4 @@ PREFERRED_VERSION_elfutils ?= "0.108" | |||
18 | 18 | ||
19 | #Use the ARM EABI when building for an ARM cpu. We can't use overrides | 19 | #Use the ARM EABI when building for an ARM cpu. We can't use overrides |
20 | #here because this breaks all places where ":=" is used. | 20 | #here because this breaks all places where ":=" is used. |
21 | TARGET_VENDOR = "${@['','-poky'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" | 21 | TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" |
22 | TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" \ No newline at end of file | ||