[oe-commits] [openembedded-core] 54/69: tune-corei7.inc: Fix PACKAGE_EXTRA_ARCHS for corei7-32

git at git.openembedded.org git at git.openembedded.org
Mon Mar 7 22:12:44 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit a1b43a2068ddd3e556b6ddbc11d1f14aae25f15b
Author: Chang Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>
AuthorDate: Wed Mar 2 17:55:41 2016 +0800

    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 ]
    
    Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>
    Signed-off-by: Anuj Mittal <anujx.mittal at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/machine/include/tune-corei7.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/machine/include/tune-corei7.inc b/meta/conf/machine/include/tune-corei7.inc
index 153a21b..6edfb68 100644
--- a/meta/conf/machine/include/tune-corei7.inc
+++ b/meta/conf/machine/include/tune-corei7.inc
@@ -21,7 +21,7 @@ AVAILTUNES += "corei7-32"
 TUNE_FEATURES_tune-corei7-32 = "${TUNE_FEATURES_tune-x86} corei7"
 BASE_LIB_tune-corei7-32 = "lib"
 TUNE_PKGARCH_tune-corei7-32 = "corei7-32"
-PACKAGE_EXTRA_ARCHS_tune-corei7-32 = "${PACKAGE_EXTRA_ARCHS_tune-core2} corei7-32"
+PACKAGE_EXTRA_ARCHS_tune-corei7-32 = "${PACKAGE_EXTRA_ARCHS_tune-core2-32} corei7-32"
 QEMU_EXTRAOPTIONS_corei7-32 = " -cpu Nehalem,check=false"
 
 AVAILTUNES += "corei7-64"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list