diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2011-05-11 12:11:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-11 16:41:51 +0100 |
commit | 37f431985055a6a2ab7ac753c188057abfaa4fc5 (patch) | |
tree | 9626c2e3b461f1c78d8f9814f30df1ff2411762f /meta/conf/distro/include/tclibc-glibc.inc | |
parent | 0813e05acd62728059a37ccf9754ca64bac083b8 (diff) | |
download | poky-37f431985055a6a2ab7ac753c188057abfaa4fc5.tar.gz |
siteinfo.bbclass: Add powerpc-linux-gnuspe.
Re-add powerpc-linux-gnuspe, from OpenEmbedded. Also adds support
to poky.conf so that minimal-core-image builds with DISTRO=poky,
[RP: Synced with recent diso file reoorg]
(From OE-Core rev: 701a725d118c1a2edd1e54798d85e864b45e19a2)
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include/tclibc-glibc.inc')
-rw-r--r-- | meta/conf/distro/include/tclibc-glibc.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
5 | TARGET_OS = "linux" | 5 | TARGET_OS = "linux" |
6 | TARGET_OS_arm = "linux-gnueabi" | 6 | TARGET_OS_arm = "linux-gnueabi" |
7 | TARGET_OS_armeb = "linux-gnueabi" | 7 | TARGET_OS_armeb = "linux-gnueabi" |
8 | TARGET_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. |
10 | OVERRIDES =. "libc-glibc:" | 11 | OVERRIDES =. "libc-glibc:" |