diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-07-22 04:16:49 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-22 11:56:50 +0100 |
commit | fcb865a0ec187a87cc9da852b27d058c0117fd7f (patch) | |
tree | e2fe2ba4aa105a9359bcfd0c5c333dbbfffb3bdd /meta/classes | |
parent | 616d711c4824148ccc20819316f46bab5d93083f (diff) | |
download | poky-fcb865a0ec187a87cc9da852b27d058c0117fd7f.tar.gz |
site/powerpc: Pull all powerpc config options into powerpc32-linux
powerpc-common was really Linux PPC32 specific. So move all the options
in it to powerpc32-linux and we can refactor out common bits shared
between into powerpc-linux and powerpc-common.
(From OE-Core rev: 6ba64ae1030c879021f0ee0789bee4f8d3c135c0)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/siteinfo.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index ff9fd0db95..d0d405adba 100644 --- a/meta/classes/siteinfo.bbclass +++ b/meta/classes/siteinfo.bbclass | |||
@@ -33,10 +33,10 @@ def siteinfo_data(d): | |||
33 | "mips64": "endian-big bit-64 mips64-common", | 33 | "mips64": "endian-big bit-64 mips64-common", |
34 | "mips64el": "endian-little bit-64 mips64-common", | 34 | "mips64el": "endian-little bit-64 mips64-common", |
35 | "mipsel": "endian-little bit-32 mips-common", | 35 | "mipsel": "endian-little bit-32 mips-common", |
36 | "powerpc": "endian-big bit-32 powerpc-common", | 36 | "powerpc": "endian-big bit-32 powerpc-common powerpc32-linux", |
37 | "nios2": "endian-little bit-32 nios2-common", | 37 | "nios2": "endian-little bit-32 nios2-common", |
38 | "powerpc64": "endian-big bit-64 powerpc-common powerpc64-linux", | 38 | "powerpc64": "endian-big bit-64 powerpc-common powerpc64-linux", |
39 | "ppc": "endian-big bit-32 powerpc-common", | 39 | "ppc": "endian-big bit-32 powerpc-common powerpc32-linux", |
40 | "ppc64": "endian-big bit-64 powerpc-common powerpc64-linux", | 40 | "ppc64": "endian-big bit-64 powerpc-common powerpc64-linux", |
41 | "sh3": "endian-little bit-32 sh-common", | 41 | "sh3": "endian-little bit-32 sh-common", |
42 | "sh4": "endian-little bit-32 sh-common", | 42 | "sh4": "endian-little bit-32 sh-common", |