| Submitter | Koen Kooi |
|---|---|
| Date | July 28, 2011, 10:07 a.m. |
| Message ID | <1311847629-4047-1-git-send-email-koen@dominion.thruhere.net> |
| Download | mbox | patch |
| Permalink | /patch/8779/ |
| State | New, archived |
| Headers | show |
Comments
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!
Patch
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 ??= ""
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(-)