[meta-freescale] [PATCH 06/22] apptrk: Set PACKAGE_ARCH to the value of MACHINE_ARCH

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton 
---
 recipes-bsp/apptrk/apptrk_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-bsp/apptrk/apptrk_git.bb b/recipes-bsp/apptrk/apptrk_git.bb
index 9399421..b625f7d 100644
--- a/recipes-bsp/apptrk/apptrk_git.bb
+++ b/recipes-bsp/apptrk/apptrk_git.bb
@@ -27,3 +27,5 @@ do_install() {
 }
 
 COMPATIBLE_MACHINE = "(qoriq)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
2.1.4

-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] [PATCH 06/22] apptrk: Set PACKAGE_ARCH to the value of MACHINE_ARCH

2016-11-21 Thread Zhenhua Luo
> -Original Message-
> From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale-
> boun...@yoctoproject.org] On Behalf Of Fabio Berton
> Sent: Tuesday, November 22, 2016 1:19 AM
> To: meta-freescale@yoctoproject.org
> Subject: [meta-freescale] [PATCH 06/22] apptrk: Set PACKAGE_ARCH to the
> value of MACHINE_ARCH
> 
> Signed-off-by: Fabio Berton 
> ---
>  recipes-bsp/apptrk/apptrk_git.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-bsp/apptrk/apptrk_git.bb 
> b/recipes-bsp/apptrk/apptrk_git.bb
> index 9399421..b625f7d 100644
> --- a/recipes-bsp/apptrk/apptrk_git.bb
> +++ b/recipes-bsp/apptrk/apptrk_git.bb
> @@ -27,3 +27,5 @@ do_install() {
>  }
> 
>  COMPATIBLE_MACHINE = "(qoriq)"
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
[Zhenhua Luo] This package is not machine specific, its output package is 
generic for architecture.


Best Regards, 

Zhenhua

> +
> --
> 2.1.4
> 
> --
> ___
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] [PATCH 06/22] apptrk: Set PACKAGE_ARCH to the value of MACHINE_ARCH

2016-11-22 Thread Otavio Salvador
On Tue, Nov 22, 2016 at 2:08 AM, Zhenhua Luo  wrote:
>> -Original Message-
>> From: meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale-
>> boun...@yoctoproject.org] On Behalf Of Fabio Berton
>> Sent: Tuesday, November 22, 2016 1:19 AM
>> To: meta-freescale@yoctoproject.org
>> Subject: [meta-freescale] [PATCH 06/22] apptrk: Set PACKAGE_ARCH to the
>> value of MACHINE_ARCH
>>
>> Signed-off-by: Fabio Berton 
>> ---
>>  recipes-bsp/apptrk/apptrk_git.bb | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/recipes-bsp/apptrk/apptrk_git.bb 
>> b/recipes-bsp/apptrk/apptrk_git.bb
>> index 9399421..b625f7d 100644
>> --- a/recipes-bsp/apptrk/apptrk_git.bb
>> +++ b/recipes-bsp/apptrk/apptrk_git.bb
>> @@ -27,3 +27,5 @@ do_install() {
>>  }
>>
>>  COMPATIBLE_MACHINE = "(qoriq)"
>> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> [Zhenhua Luo] This package is not machine specific, its output package is 
> generic for architecture.

This must use SOCARCH.


-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale