diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-07-22 04:16:50 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-22 11:56:51 +0100 |
commit | 5fde492894c4e6785b4696538a811a915841b422 (patch) | |
tree | 3c8b8aba02141c1939f5b6c86315089c30f10308 /meta | |
parent | fcb865a0ec187a87cc9da852b27d058c0117fd7f (diff) | |
download | poky-5fde492894c4e6785b4696538a811a915841b422.tar.gz |
site/powerpc64: Update power64-linux to include powerpc-linux
Now that we have a unique powerpc32-linux config, we share powerpc-linux
between ppc32 & ppc64.
(From OE-Core rev: 405a9a90f756c215e7454a4231179bc49c77ad1d)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 d0d405adba..c5308b3d26 100644 --- a/meta/classes/siteinfo.bbclass +++ b/meta/classes/siteinfo.bbclass | |||
@@ -35,9 +35,9 @@ def siteinfo_data(d): | |||
35 | "mipsel": "endian-little bit-32 mips-common", | 35 | "mipsel": "endian-little bit-32 mips-common", |
36 | "powerpc": "endian-big bit-32 powerpc-common powerpc32-linux", | 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 powerpc-linux powerpc64-linux", |
39 | "ppc": "endian-big bit-32 powerpc-common powerpc32-linux", | 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 powerpc-linux 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", |
43 | "sparc": "endian-big bit-32", | 43 | "sparc": "endian-big bit-32", |