aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2011-05-11 12:11:07 +0200
committerLeon Woestenberg <leon@sidebranch.com>2011-05-11 12:11:07 +0200
commit687fb20407ee32261a840c9e475b489319d8ee62 (patch)
treef18d77f2ed24aefc23afce12be2a2e09a9a4c593 /meta/conf
parent0e758e2b37c6041ab2af223b3a84ffbf09351102 (diff)
downloadopenembedded-core-contrib-likewise/gnuspe.tar.gz
siteinfo.bbclass: Add powerpc-linux-gnuspe.likewise/gnuspe
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>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/poky.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
index 71e40de6f2..536fdc9f18 100644
--- a/meta/conf/distro/poky.conf
+++ b/meta/conf/distro/poky.conf
@@ -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