summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-03-30 14:27:05 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-04 17:17:54 +0100
commit62331ff46bd63067dbcdf672460a9aeda18a6e7e (patch)
tree036c7c31d595c0e3de9cb3192f94b7507e80ebad /meta/conf/bitbake.conf
parentc87b50ea9d159bba1ab36f14dc2ec602a4352dbe (diff)
downloadpoky-62331ff46bd63067dbcdf672460a9aeda18a6e7e.tar.gz
conf/machine/include/README: Add readme to explain cpu tunings
Add a new README that covers the basic items used with various cpu tunings. The goal is to better help people understand the various settings and where things should or should not be defined. Corresponding architecture README files will also be generated to explain the particulars of architectural tunings. Also remove the default TUNE_PKGARCH setting in bitbake.conf. This was done to ensure an error occurs if an invalid tuning is defined. (From OE-Core rev: e138f9f7e48e0af94c5c88045c4f0581cc68248d) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 824ef043c2..b4669d314f 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -96,7 +96,6 @@ TUNE_CCARGS ??= ""
96TUNE_LDARGS ??= "" 96TUNE_LDARGS ??= ""
97TUNE_ASARGS ??= "" 97TUNE_ASARGS ??= ""
98TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}" 98TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}"
99TUNE_PKGARCH ??= "${TUNE_PKGARCH_tune-${DEFAULTTUNE}}"
100LIBCEXTENSION ??= "" 99LIBCEXTENSION ??= ""
101ABIEXTENSION ??= "" 100ABIEXTENSION ??= ""
102 101