diff options
author | Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> | 2016-03-02 17:55:41 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-09 16:58:11 +0000 |
commit | e8254bc2f1db15091abca102b8b53239a36ac2ff (patch) | |
tree | a5fab7ac8434b7b2ce7254acdce2a7ddcd264b0d /meta/conf/machine/include | |
parent | 53466753774419236fef842538e96853c8bb525a (diff) | |
download | poky-e8254bc2f1db15091abca102b8b53239a36ac2ff.tar.gz |
tune-corei7.inc: Fix PACKAGE_EXTRA_ARCHS for corei7-32
Change the name to core2-32 from core2.
There's no AVAILTUNES with the name core2. Make sure that we specify
the correct TUNE name so PACKAGE_EXTRA_ARCHS is expanded correctly.
[ YOCTO #9197 ]
(From OE-Core rev: 0903d6f0098f112d4263812df109e0c44c166db8)
Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
Signed-off-by: Anuj Mittal <anujx.mittal@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include')
-rw-r--r-- | meta/conf/machine/include/tune-corei7.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-corei7.inc b/meta/conf/machine/include/tune-corei7.inc index 153a21bc94..6edfb680e2 100644 --- a/meta/conf/machine/include/tune-corei7.inc +++ b/meta/conf/machine/include/tune-corei7.inc | |||
@@ -21,7 +21,7 @@ AVAILTUNES += "corei7-32" | |||
21 | TUNE_FEATURES_tune-corei7-32 = "${TUNE_FEATURES_tune-x86} corei7" | 21 | TUNE_FEATURES_tune-corei7-32 = "${TUNE_FEATURES_tune-x86} corei7" |
22 | BASE_LIB_tune-corei7-32 = "lib" | 22 | BASE_LIB_tune-corei7-32 = "lib" |
23 | TUNE_PKGARCH_tune-corei7-32 = "corei7-32" | 23 | TUNE_PKGARCH_tune-corei7-32 = "corei7-32" |
24 | PACKAGE_EXTRA_ARCHS_tune-corei7-32 = "${PACKAGE_EXTRA_ARCHS_tune-core2} corei7-32" | 24 | PACKAGE_EXTRA_ARCHS_tune-corei7-32 = "${PACKAGE_EXTRA_ARCHS_tune-core2-32} corei7-32" |
25 | QEMU_EXTRAOPTIONS_corei7-32 = " -cpu Nehalem,check=false" | 25 | QEMU_EXTRAOPTIONS_corei7-32 = " -cpu Nehalem,check=false" |
26 | 26 | ||
27 | AVAILTUNES += "corei7-64" | 27 | AVAILTUNES += "corei7-64" |