]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
siteinfo.bbclass: Add powerpc-linux-gnuspe. likewise/gnuspe
authorLeon Woestenberg <leon@sidebranch.com>
Wed, 11 May 2011 10:11:07 +0000 (12:11 +0200)
committerLeon Woestenberg <leon@sidebranch.com>
Wed, 11 May 2011 10:11:07 +0000 (12:11 +0200)
Re-add powerpc-linux-gnuspe, from OpenEmbedded. Also adds support
to poky.conf so that minimal-core-image builds with DISTRO=poky,

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
meta/classes/siteinfo.bbclass
meta/conf/distro/poky.conf

index df29097fb8ca8fb7591f6852cdc0d4ec4750852c..731ccd1ea397a681e377929ea38ede6d27098cf8 100644 (file)
@@ -47,6 +47,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",\
index 71e40de6f25df8820d3e2321312a6bb74f4d8508..536fdc9f188400aacbef529f54d4f0c3baf9d1f2 100644 (file)
@@ -55,6 +55,7 @@ KERNEL_CONSOLE = "ttyS0"
 # Default to TARGETOS values for EABI on arm
 GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}"
 UCLIBCTARGETOS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}"
+GLIBCTARGETOS = "linux${@['','-gnuspe'][bb.data.getVar('BASE_PACKAGE_ARCH',d,1) in ['ppce500', 'ppce500v2']]}" 
 
 POKYMODE ?= "default"
 require conf/distro/include/poky-${POKYMODE}.inc