diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2011-07-29 23:37:38 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-01 14:16:55 +0100 |
commit | f1d3a94e81c82ede96c90e31b7f9cb229657b779 (patch) | |
tree | 44cf606f599cabeeb97f7692e0fb57d87bf50b3e | |
parent | 2d94347b592d6c573f0d24ca96d5a3f87a68a13f (diff) | |
download | poky-f1d3a94e81c82ede96c90e31b7f9cb229657b779.tar.gz |
tune-xscale: fix xscale/xscale-be confusion
Currently tune-xscale.inc has options wrt. setting of xscale/xscale-be tunes.
Fix that.
(From OE-Core rev: 90ce6e4b7ffaaf1e3af39583ca62b20f08e78959)
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/machine/include/tune-xscale.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-xscale.inc b/meta/conf/machine/include/tune-xscale.inc index 9fe968526c..54f3727676 100644 --- a/meta/conf/machine/include/tune-xscale.inc +++ b/meta/conf/machine/include/tune-xscale.inc | |||
@@ -10,7 +10,7 @@ TUNE_FEATURES_tune-xscale = "${TUNE_FEATURES_tune-armv5te} xscale" | |||
10 | PACKAGE_EXTRA_ARCHS_tune-xscale = "${PACKAGE_EXTRA_ARCHS_tune-armv5te}" | 10 | PACKAGE_EXTRA_ARCHS_tune-xscale = "${PACKAGE_EXTRA_ARCHS_tune-armv5te}" |
11 | 11 | ||
12 | AVAILTUNES += "xscale-be" | 12 | AVAILTUNES += "xscale-be" |
13 | TUNE_FEATURES_tune-xscale = "${TUNE_FEATURES_tune-armv5teb} xscale" | 13 | TUNE_FEATURES_tune-xscale-be = "${TUNE_FEATURES_tune-armv5teb} xscale-be" |
14 | PACKAGE_EXTRA_ARCHS_tune-xscale-be = "${PACKAGE_EXTRA_ARCHS_tune-armv5teb}" | 14 | PACKAGE_EXTRA_ARCHS_tune-xscale-be = "${PACKAGE_EXTRA_ARCHS_tune-armv5teb}" |
15 | 15 | ||
16 | # webkit-gtk has alignment issues with double instructions on armv5 so | 16 | # webkit-gtk has alignment issues with double instructions on armv5 so |