diff options
author | Darren Hart <dvhart@linux.intel.com> | 2014-01-17 22:26:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-28 00:50:53 +0000 |
commit | 4fdfeeb7538cdc8959192f12dbc4207837510e3b (patch) | |
tree | cb760aa0f46e90c07960462150a9e90538d01ff4 /meta/conf | |
parent | 31d3449e1ad6d334619fb2a7d958d18da9a0154e (diff) | |
download | poky-4fdfeeb7538cdc8959192f12dbc4207837510e3b.tar.gz |
tune-core2: Only add the current ARCH to PACKAGE_EXTRA_ARCHS
Inherit the PACKAGE_EXTRA_ARCHS from i586 and only explicitly add core2
here.
(From OE-Core rev: 2a10d570560c37eb1d23cf853c0e541bc08a2878)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Paul Eggleton <paul.eggleton@intel.com>
Cc: Tom Zanussi <tom.zanussi@intel.com>
Cc: Nitin Kamble <nitin.a.kamble@intel.com>
Cc: Mark Hatle <mark.hatle@windriver.com>
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Cc: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/tune-core2.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-core2.inc b/meta/conf/machine/include/tune-core2.inc index 3b251972bb..2500a748b0 100644 --- a/meta/conf/machine/include/tune-core2.inc +++ b/meta/conf/machine/include/tune-core2.inc | |||
@@ -8,6 +8,7 @@ | |||
8 | # | 8 | # |
9 | DEFAULTTUNE ?= "core2" | 9 | DEFAULTTUNE ?= "core2" |
10 | 10 | ||
11 | # Include the previous tune to pull in PACKAGE_EXTRA_ARCHS | ||
11 | require conf/machine/include/tune-i586.inc | 12 | require conf/machine/include/tune-i586.inc |
12 | 13 | ||
13 | # Extra tune features | 14 | # Extra tune features |
@@ -19,7 +20,7 @@ AVAILTUNES += "core2" | |||
19 | TUNE_FEATURES_tune-core2 = "${TUNE_FEATURES_tune-x86} core2" | 20 | TUNE_FEATURES_tune-core2 = "${TUNE_FEATURES_tune-x86} core2" |
20 | BASE_LIB_tune-core2 = "lib" | 21 | BASE_LIB_tune-core2 = "lib" |
21 | TUNE_PKGARCH_tune-core2 = "core2" | 22 | TUNE_PKGARCH_tune-core2 = "core2" |
22 | PACKAGE_EXTRA_ARCHS_tune-core2 = "${PACKAGE_EXTRA_ARCHS_tune-x86} i386 i486 i586 i686 core2" | 23 | PACKAGE_EXTRA_ARCHS_tune-core2 = "${PACKAGE_EXTRA_ARCHS_tune-i586} core2" |
23 | 24 | ||
24 | AVAILTUNES += "core2-64" | 25 | AVAILTUNES += "core2-64" |
25 | TUNE_FEATURES_tune-core2-64 = "${TUNE_FEATURES_tune-x86-64} core2" | 26 | TUNE_FEATURES_tune-core2-64 = "${TUNE_FEATURES_tune-x86-64} core2" |