summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/siteinfo.bbclass1
-rw-r--r--meta/conf/distro/include/tclibc-eglibc.inc1
-rw-r--r--meta/conf/distro/include/tclibc-glibc.inc1
3 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass
index 436bc39f42..0b59e578fc 100644
--- a/meta/classes/siteinfo.bbclass
+++ b/meta/classes/siteinfo.bbclass
@@ -48,6 +48,7 @@ def get_siteinfo_list(d):
48 "powerpc-darwin": "endian-big bit-32 common-darwin",\ 48 "powerpc-darwin": "endian-big bit-32 common-darwin",\
49 "ppc-linux": "endian-big bit-32 common-glibc powerpc-common",\ 49 "ppc-linux": "endian-big bit-32 common-glibc powerpc-common",\
50 "powerpc-linux": "endian-big bit-32 common-glibc powerpc-common",\ 50 "powerpc-linux": "endian-big bit-32 common-glibc powerpc-common",\
51 "powerpc-linux-gnuspe": "endian-big bit-32 common-glibc powerpc-common",\
51 "powerpc-linux-uclibc": "endian-big bit-32 common-uclibc powerpc-common",\ 52 "powerpc-linux-uclibc": "endian-big bit-32 common-uclibc powerpc-common",\
52 "sh3-linux": "endian-little bit-32 common-glibc sh-common",\ 53 "sh3-linux": "endian-little bit-32 common-glibc sh-common",\
53 "sh4-linux": "endian-little bit-32 common-glibc sh-common",\ 54 "sh4-linux": "endian-little bit-32 common-glibc sh-common",\
diff --git a/meta/conf/distro/include/tclibc-eglibc.inc b/meta/conf/distro/include/tclibc-eglibc.inc
index 16625e3bf0..b65e58e007 100644
--- a/meta/conf/distro/include/tclibc-eglibc.inc
+++ b/meta/conf/distro/include/tclibc-eglibc.inc
@@ -5,6 +5,7 @@
5TARGET_OS = "linux" 5TARGET_OS = "linux"
6TARGET_OS_arm = "linux-gnueabi" 6TARGET_OS_arm = "linux-gnueabi"
7TARGET_OS_armeb = "linux-gnueabi" 7TARGET_OS_armeb = "linux-gnueabi"
8TARGET_OS_powerpc = "linux${@['','-gnuspe'][bb.data.getVar('BASE_PACKAGE_ARCH',d,1) in ['ppce500', 'ppce500v2']]}"
8 9
9# Add glibc overrides to the overrides for eglibc. 10# Add glibc overrides to the overrides for eglibc.
10OVERRIDES .= ":libc-glibc" 11OVERRIDES .= ":libc-glibc"
diff --git a/meta/conf/distro/include/tclibc-glibc.inc b/meta/conf/distro/include/tclibc-glibc.inc
index 79da9860e8..75934a034f 100644
--- a/meta/conf/distro/include/tclibc-glibc.inc
+++ b/meta/conf/distro/include/tclibc-glibc.inc
@@ -5,6 +5,7 @@
5TARGET_OS = "linux" 5TARGET_OS = "linux"
6TARGET_OS_arm = "linux-gnueabi" 6TARGET_OS_arm = "linux-gnueabi"
7TARGET_OS_armeb = "linux-gnueabi" 7TARGET_OS_armeb = "linux-gnueabi"
8TARGET_OS_powerpc = "linux${@['','-gnuspe'][bb.data.getVar('BASE_PACKAGE_ARCH',d,1) in ['ppce500', 'ppce500v2']]}"
8 9
9# Add glibc to the overrides. 10# Add glibc to the overrides.
10OVERRIDES =. "libc-glibc:" 11OVERRIDES =. "libc-glibc:"