On Wed, May 11, 2011 at 3:29 AM, Leon Woestenberg
<leon.woestenb...@gmail.com> wrote:
> From: Leon Woestenberg <l...@sidebranch.com>
>
> Re-add powerpc-linux-gnuspe, from OpenEmbedded. Also adds support
> to poky.conf so that minimal-core-image builds with DISTRO=poky,
>

you need to rebase this patch on latest oe-core

> Signed-off-by: Leon Woestenberg <l...@sidebranch.com>
> ---
>  meta/classes/siteinfo.bbclass |    1 +
>  meta/conf/distro/poky.conf    |    1 +
>  2 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass
> index df29097..731ccd1 100644
> --- a/meta/classes/siteinfo.bbclass
> +++ b/meta/classes/siteinfo.bbclass
> @@ -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",\
> diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf
> index 71e40de..536fdc9 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
> --
> 1.7.0.4
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to