* [PATCH] bitbake.conf: attemp to fix PACKAGE_EXTRA_ARCHS problems
@ 2011-07-28 10:07 Koen Kooi
2011-08-01 17:02 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Koen Kooi @ 2011-07-28 10:07 UTC (permalink / raw)
To: openembedded-core; +Cc: Koen Kooi
See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-July/007075.html for more background
Signed-off-by: Koen Kooi <koen@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 ??= ""
--
1.6.6.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] bitbake.conf: attemp to fix PACKAGE_EXTRA_ARCHS problems
2011-07-28 10:07 [PATCH] bitbake.conf: attemp to fix PACKAGE_EXTRA_ARCHS problems Koen Kooi
@ 2011-08-01 17:02 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2011-08-01 17:02 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi
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@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!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-01 17:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-28 10:07 [PATCH] bitbake.conf: attemp to fix PACKAGE_EXTRA_ARCHS problems Koen Kooi
2011-08-01 17:02 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox