[OE-core] [PATCH] gcc-source: exlude from world

Saul Wold sgw at linux.intel.com
Fri Aug 28 03:14:46 UTC 2015


On 08/27/2015 08:09 PM, Randy MacLeod wrote:
> Exclude all versions of gcc-source from world builds so that:
>     bitbake -c <stage> world
> will work. gcc-source deletes most bitbake build stages
> since it is a source-only package.

I think this is missing a [YOCTO #7878] as this is trying to address 
that bug, correct?

Sau!

>
> Signed-off-by: Randy MacLeod <Randy.MacLeod at windriver.com>
> ---
>   meta/recipes-devtools/gcc/gcc-source_4.8.bb | 2 ++
>   meta/recipes-devtools/gcc/gcc-source_4.9.bb | 2 ++
>   meta/recipes-devtools/gcc/gcc-source_5.2.bb | 2 ++
>   3 files changed, 6 insertions(+)
>
> diff --git a/meta/recipes-devtools/gcc/gcc-source_4.8.bb b/meta/recipes-devtools/gcc/gcc-source_4.8.bb
> index 234b82e..b890fa3 100644
> --- a/meta/recipes-devtools/gcc/gcc-source_4.8.bb
> +++ b/meta/recipes-devtools/gcc/gcc-source_4.8.bb
> @@ -1,2 +1,4 @@
>   require recipes-devtools/gcc/gcc-${PV}.inc
>   require recipes-devtools/gcc/gcc-source.inc
> +
> +EXCLUDE_FROM_WORLD = "1"
> diff --git a/meta/recipes-devtools/gcc/gcc-source_4.9.bb b/meta/recipes-devtools/gcc/gcc-source_4.9.bb
> index 234b82e..b890fa3 100644
> --- a/meta/recipes-devtools/gcc/gcc-source_4.9.bb
> +++ b/meta/recipes-devtools/gcc/gcc-source_4.9.bb
> @@ -1,2 +1,4 @@
>   require recipes-devtools/gcc/gcc-${PV}.inc
>   require recipes-devtools/gcc/gcc-source.inc
> +
> +EXCLUDE_FROM_WORLD = "1"
> diff --git a/meta/recipes-devtools/gcc/gcc-source_5.2.bb b/meta/recipes-devtools/gcc/gcc-source_5.2.bb
> index 234b82e..b890fa3 100644
> --- a/meta/recipes-devtools/gcc/gcc-source_5.2.bb
> +++ b/meta/recipes-devtools/gcc/gcc-source_5.2.bb
> @@ -1,2 +1,4 @@
>   require recipes-devtools/gcc/gcc-${PV}.inc
>   require recipes-devtools/gcc/gcc-source.inc
> +
> +EXCLUDE_FROM_WORLD = "1"
>



More information about the Openembedded-core mailing list