* [meta-intel][master][jethro][PATCH 0/1] Fix tune name in tune-corei7.inc
@ 2016-03-02 9:55 Anuj Mittal
2016-03-02 9:55 ` [meta-intel][master][jethro][PATCH 1/1] tune-corei7.inc: Fix PACKAGE_EXTRA_ARCHS for corei7-32 Anuj Mittal
0 siblings, 1 reply; 5+ messages in thread
From: Anuj Mittal @ 2016-03-02 9:55 UTC (permalink / raw)
To: openembedded-core
There's no AVAILTUNES with the name "core2" while tune-corei7.inc seems to
have a reference to it.
$ grep -r core2 tune-corei7.inc
require conf/machine/include/tune-core2.inc
PACKAGE_EXTRA_ARCHS_tune-corei7-32 = "${PACKAGE_EXTRA_ARCHS_tune-core2} corei7-32"
$ grep -r AVAILTUNES tune-core2.inc
AVAILTUNES += "core2-32"
AVAILTUNES += "core2-64"
AVAILTUNES += "core2-64-x32"
This patch changes the name of tune in tune-corei7.inc so PACKAGE_EXTRA_ARCHS
is expanded correctly.
Please consider backporting it to Jethro too.
Thank you,
Chang Rebecca Swee Fun (1):
tune-corei7.inc: Fix PACKAGE_EXTRA_ARCHS for corei7-32
meta/conf/machine/include/tune-corei7.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.9.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [meta-intel][master][jethro][PATCH 1/1] tune-corei7.inc: Fix PACKAGE_EXTRA_ARCHS for corei7-32
2016-03-02 9:55 [meta-intel][master][jethro][PATCH 0/1] Fix tune name in tune-corei7.inc Anuj Mittal
@ 2016-03-02 9:55 ` Anuj Mittal
2016-03-08 1:53 ` Mittal, AnujX
2016-03-14 7:38 ` Mittal, AnujX
0 siblings, 2 replies; 5+ messages in thread
From: Anuj Mittal @ 2016-03-02 9:55 UTC (permalink / raw)
To: openembedded-core; +Cc: Chang Rebecca Swee Fun
From: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@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 ]
Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
Signed-off-by: Anuj Mittal <anujx.mittal@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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [meta-intel][master][jethro][PATCH 1/1] tune-corei7.inc: Fix PACKAGE_EXTRA_ARCHS for corei7-32
2016-03-02 9:55 ` [meta-intel][master][jethro][PATCH 1/1] tune-corei7.inc: Fix PACKAGE_EXTRA_ARCHS for corei7-32 Anuj Mittal
@ 2016-03-08 1:53 ` Mittal, AnujX
2016-03-14 7:38 ` Mittal, AnujX
1 sibling, 0 replies; 5+ messages in thread
From: Mittal, AnujX @ 2016-03-08 1:53 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org; +Cc: Chang, Rebecca Swee Fun
Ping
> -----Original Message-----
> From: Mittal, AnujX
> Sent: Wednesday, March 02, 2016 5:56 PM
> To: openembedded-core@lists.openembedded.org
> Cc: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>; Mittal, AnujX
> <anujx.mittal@intel.com>
> 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@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 ]
>
> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
> Signed-off-by: Anuj Mittal <anujx.mittal@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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-intel][master][jethro][PATCH 1/1] tune-corei7.inc: Fix PACKAGE_EXTRA_ARCHS for corei7-32
2016-03-02 9:55 ` [meta-intel][master][jethro][PATCH 1/1] tune-corei7.inc: Fix PACKAGE_EXTRA_ARCHS for corei7-32 Anuj Mittal
2016-03-08 1:53 ` Mittal, AnujX
@ 2016-03-14 7:38 ` Mittal, AnujX
2016-03-15 2:15 ` Robert Yang
1 sibling, 1 reply; 5+ messages in thread
From: Mittal, AnujX @ 2016-03-14 7:38 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org,
Yang, Liezhi (Wind River)
Cc: Chang, Rebecca Swee Fun
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@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@intel.com>
> Signed-off-by: Anuj Mittal <anujx.mittal@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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-intel][master][jethro][PATCH 1/1] tune-corei7.inc: Fix PACKAGE_EXTRA_ARCHS for corei7-32
2016-03-14 7:38 ` Mittal, AnujX
@ 2016-03-15 2:15 ` Robert Yang
0 siblings, 0 replies; 5+ messages in thread
From: Robert Yang @ 2016-03-15 2:15 UTC (permalink / raw)
To: Mittal, AnujX, openembedded-core@lists.openembedded.org
Cc: CHANG, REBECCA SWEE FUN
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@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@intel.com>
>> Signed-off-by: Anuj Mittal <anujx.mittal@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
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-03-15 2:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-02 9:55 [meta-intel][master][jethro][PATCH 0/1] Fix tune name in tune-corei7.inc Anuj Mittal
2016-03-02 9:55 ` [meta-intel][master][jethro][PATCH 1/1] tune-corei7.inc: Fix PACKAGE_EXTRA_ARCHS for corei7-32 Anuj Mittal
2016-03-08 1:53 ` Mittal, AnujX
2016-03-14 7:38 ` Mittal, AnujX
2016-03-15 2:15 ` Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox