From 68fc9becd4e797d5f39b84991c0b6538ff7adcc3 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 2 Jun 2011 10:50:02 +0200 Subject: siteinfo bbclass: sync compat section with oe-core Signed-off-by: Koen Kooi --- meta-oe/classes/siteinfo.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe/classes') diff --git a/meta-oe/classes/siteinfo.bbclass b/meta-oe/classes/siteinfo.bbclass index a081a5fcb2..262d0c8a61 100644 --- a/meta-oe/classes/siteinfo.bbclass +++ b/meta-oe/classes/siteinfo.bbclass @@ -128,6 +128,7 @@ def get_siteinfo_list(d): "i486-linux-uclibc": "endian-little bit-32 common-uclibc ix86-common",\ "i586-linux-uclibc": "endian-little bit-32 common-uclibc ix86-common",\ "i686-linux-uclibc": "endian-little bit-32 common-uclibc ix86-common",\ + "microblaze-linux-gnu": "endian-big bit-32 common-glibc microblaze-common",\ "mipsel-linux": "endian-little bit-32 common-glibc mips-common",\ "mipsel-linux-uclibc": "endian-little bit-32 common-uclibc mips-common",\ "mips-linux": "endian-big bit-32 common-glibc mips-common",\ @@ -135,6 +136,7 @@ def get_siteinfo_list(d): "powerpc-darwin": "endian-big bit-32 common-darwin",\ "ppc-linux": "endian-big bit-32 common-glibc powerpc-common",\ "powerpc-linux": "endian-big bit-32 common-glibc powerpc-common",\ + "powerpc-linux-gnuspe": "endian-big bit-32 common-glibc powerpc-common",\ "powerpc-linux-uclibc": "endian-big bit-32 common-uclibc powerpc-common",\ "sh3-linux": "endian-little bit-32 common-glibc sh-common",\ "sh4-linux": "endian-little bit-32 common-glibc sh-common",\ -- cgit 1.2.3-korg