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/classes | |
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/classes')
-rw-r--r-- | meta/classes/siteinfo.bbclass | 1 |
1 files changed, 1 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",\ |