diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2012-04-27 18:51:46 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 12:38:07 +0100 |
commit | df13d0708b66981e4003bb88e397317df03dfdb1 (patch) | |
tree | 539cbf26772eb6fdd512fc1c06976b49b81ee987 /meta/conf/machine/include/tune-sh4.inc | |
parent | 88bb7ce9e9b3b0fcfc251333f83816cc33ad0906 (diff) | |
download | poky-df13d0708b66981e4003bb88e397317df03dfdb1.tar.gz |
tune-sh4.inc: Fix spelling of big-endian feature set
In tune-sh3, tune-xscale, and tune-sh4, several FEATURES lines referred
to nonexistent features like "sh3eb" when they should have referred to "sh3
bigendian" or the like. Caught by the TUNEVALID sanity check.
(From OE-Core rev: e63fb1e9918bff6f91bbab09b29248ab8b649e84)
Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/tune-sh4.inc')
-rw-r--r-- | meta/conf/machine/include/tune-sh4.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/include/tune-sh4.inc b/meta/conf/machine/include/tune-sh4.inc index f971f23890..00cfc3d030 100644 --- a/meta/conf/machine/include/tune-sh4.inc +++ b/meta/conf/machine/include/tune-sh4.inc | |||
@@ -18,7 +18,7 @@ TUNE_ARCH_tune-sh4 = "sh4" | |||
18 | TUNE_PKGARCH_tune-sh4 = "sh4" | 18 | TUNE_PKGARCH_tune-sh4 = "sh4" |
19 | PACKAGE_EXTRA_ARCHS_tune-sh4 = "sh sh4" | 19 | PACKAGE_EXTRA_ARCHS_tune-sh4 = "sh sh4" |
20 | 20 | ||
21 | TUNE_FEATURES_tune-sh4eb = "sh4eb" | 21 | TUNE_FEATURES_tune-sh4eb = "sh4 bigendian" |
22 | TUNE_ARCH_tune-sh4eb = "sh4eb" | 22 | TUNE_ARCH_tune-sh4eb = "sh4eb" |
23 | TUNE_PKGARCH_tune-sh4eb = "sh4eb" | 23 | TUNE_PKGARCH_tune-sh4eb = "sh4eb" |
24 | PACKAGE_EXTRA_ARCHS_tune-sh4eb = "sheb sh4eb" | 24 | PACKAGE_EXTRA_ARCHS_tune-sh4eb = "sheb sh4eb" |
@@ -28,7 +28,7 @@ TUNE_ARCH_tune-sh4a = "sh4" | |||
28 | TUNE_PKGARCH_tune-sh4a = "sh4a" | 28 | TUNE_PKGARCH_tune-sh4a = "sh4a" |
29 | PACKAGE_EXTRA_ARCHS_tune-sh4a = "sh sh4 sh4a" | 29 | PACKAGE_EXTRA_ARCHS_tune-sh4a = "sh sh4 sh4a" |
30 | 30 | ||
31 | TUNE_FEATURES_tune-sh4aeb = "sh4aeb" | 31 | TUNE_FEATURES_tune-sh4aeb = "sh4a bigendian" |
32 | TUNE_ARCH_tune-sh4aeb = "sh4eb" | 32 | TUNE_ARCH_tune-sh4aeb = "sh4eb" |
33 | TUNE_PKGARCH_tune-sh4aeb = "sh4aeb" | 33 | TUNE_PKGARCH_tune-sh4aeb = "sh4aeb" |
34 | PACKAGE_EXTRA_ARCHS_tune-sh4aeb = "sheb sh4eb sh4aeb" | 34 | PACKAGE_EXTRA_ARCHS_tune-sh4aeb = "sheb sh4eb sh4aeb" |