Openembedded Core Discussions
 help / color / mirror / Atom feed
* [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

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