[OE-core] [meta-intel][master][jethro][PATCH 1/1] tune-corei7.inc: Fix PACKAGE_EXTRA_ARCHS for corei7-32

Robert Yang liezhi.yang at windriver.com
Tue Mar 15 02:15:45 UTC 2016


Sorry for the late response, I put it to jethro-next just now.

   git://git.openembedded.org/openembedded-core-contrib rbt/jethro-next

// Robert

On 03/14/2016 03:38 PM, Mittal, AnujX wrote:
> Hi Robert,
>
>> Subject: [meta-intel][master][jethro][PATCH 1/1] tune-corei7.inc: Fix
>> PACKAGE_EXTRA_ARCHS for corei7-32
>>
>> From: Chang Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>
>>
>> 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 ]
>
> Can this be merged to Jethro too? Thanks.
>
>>
>> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>
>> Signed-off-by: Anuj Mittal <anujx.mittal at intel.com>
>> ---
>>   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"
>> --
>> 1.9.1
>
>



More information about the Openembedded-core mailing list