[OE-core] [PATCH] bitbake.conf: attemp to fix PACKAGE_EXTRA_ARCHS problems

Saul Wold sgw at linux.intel.com
Mon Aug 1 17:02:14 UTC 2011


On 07/28/2011 03:07 AM, Koen Kooi wrote:
> See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-July/007075.html for more background
>
> Signed-off-by: Koen Kooi<koen at dominion.thruhere.net>
> ---
>   meta/conf/bitbake.conf |    3 ++-
>   1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> index 6e109ec..1a6969b 100644
> --- a/meta/conf/bitbake.conf
> +++ b/meta/conf/bitbake.conf
> @@ -84,7 +84,8 @@ HOST_EXEEXT = ""
>   TUNE_ARCH ??= "INVALID"
>   TUNE_CCARGS ??= ""
>   TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}"
> -PACKAGE_EXTRA_ARCHS_tune-${DEFAULTTUNE} ??= "${TARGET_ARCH}"
> +# Uncommenting the below line leads to all kinds of problems: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-July/007075.html
> +#PACKAGE_EXTRA_ARCHS_tune-${DEFAULTTUNE} ?= "${TARGET_ARCH}"
>   LIBCEXTENSION ??= ""
>   ABIEXTENSION ??= ""
>
Koen,

As similar fix was pulled in from Paul

Sau!




More information about the Openembedded-core mailing list