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 07/22] fsl-tlu: 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 07/22] fsl-tlu: Set PACKAGE_ARCH to the value
> of MACHINE_ARCH
> 
> Signed-off-by: Fabio Berton 
> ---
>  recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb b/recipes-bsp/fsl-tlu/fsl-
> tlu_1.0.0.bb
> index 213e74a..984ecf9 100644
> --- a/recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb
> +++ b/recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb
> @@ -16,3 +16,5 @@ do_install() {
>  }
> 
>  COMPATIBLE_MACHINE = "(e500mc)"
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
[Zhenhua Luo] Can you explain why you think it is machine specific? Actually it 
is not. 


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 14/22] hyperrelay: 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 14/22] hyperrelay: Set PACKAGE_ARCH to the
> value of MACHINE_ARCH
> 
> Signed-off-by: Fabio Berton 
> ---
>  recipes-extended/hyperrelay/hyperrelay_git.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-extended/hyperrelay/hyperrelay_git.bb b/recipes-
> extended/hyperrelay/hyperrelay_git.bb
> index c8db3d6..1921788 100644
> --- a/recipes-extended/hyperrelay/hyperrelay_git.bb
> +++ b/recipes-extended/hyperrelay/hyperrelay_git.bb
> @@ -30,3 +30,5 @@ do_install() {
>  }
> 
>  COMPATIBLE_MACHINE = "(qoriq-ppc)"
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
[Zhenhua Luo] it is not machine specific, the output package can be used by all 
QorIQ PPC targets. 


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 13/22] fsl-pme: 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 13/22] fsl-pme: Set PACKAGE_ARCH to the
> value of MACHINE_ARCH
> 
> Signed-off-by: Fabio Berton 
> ---
>  recipes-extended/fsl-pme/fsl-pme_1.0.3.bb | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/recipes-extended/fsl-pme/fsl-pme_1.0.3.bb b/recipes-extended/fsl-
> pme/fsl-pme_1.0.3.bb
> index 7fe11fd..a235d95 100644
> --- a/recipes-extended/fsl-pme/fsl-pme_1.0.3.bb
> +++ b/recipes-extended/fsl-pme/fsl-pme_1.0.3.bb
> @@ -23,4 +23,7 @@ do_install() {
> 
>  FILES_${PN} += "${datadir}/*"
>  INSANE_SKIP_${PN} += "ldflags"
> +
>  COMPATIBLE_MACHINE = "(e500v2)"
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
 [Zhenhua Luo] This package is not machine specific, the output is generic.


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 21/22] cryptodev-qoriq-module: 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 21/22] cryptodev-qoriq-module: Set
> PACKAGE_ARCH to the value of MACHINE_ARCH
> 
> Signed-off-by: Fabio Berton 
> ---
>  recipes-kernel/cryptodev/cryptodev-qoriq-module_1.8.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.8.bb b/recipes-
> kernel/cryptodev/cryptodev-qoriq-module_1.8.bb
> index 412bb0e..92a6493 100644
> --- a/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.8.bb
> +++ b/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.8.bb
> @@ -19,3 +19,5 @@ RCONFLICTS_${PN} = "ocf-linux"
>  RREPLACES_${PN} = "ocf-linux"
> 
>  COMPATIBLE_MACHINE = "(qoriq)"
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
[Zhenhua Luo] The PACKAGE_ARCH is already defined in module-base.bbclass which 
is inherited by the package. 


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 22/22] cryptodev-qoriq-tests: 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 22/22] cryptodev-qoriq-tests: Set
> PACKAGE_ARCH to the value of MACHINE_ARCH
> 
> Signed-off-by: Fabio Berton 
> ---
>  recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.8.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.8.bb b/recipes-
> kernel/cryptodev/cryptodev-qoriq-tests_1.8.bb
> index f7d0b61..1eff725 100644
> --- a/recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.8.bb
> +++ b/recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.8.bb
> @@ -24,3 +24,5 @@ FILES_${PN}-dbg += "${bindir}/tests_cryptodev/.debug"
>  FILES_${PN} = "${bindir}/tests_cryptodev/*"
> 
>  COMPATIBLE_MACHINE = "(qoriq)"
> +PACKAGE_ARCH = "${MACHINE_ARCH}" 
[Zhenhua Luo] cryptodev-qoriq-linux is not machine specific. 


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 16/22] pme-tools: 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 16/22] pme-tools: Set PACKAGE_ARCH to the
> value of MACHINE_ARCH
> 
> Signed-off-by: Fabio Berton 
> ---
>  recipes-extended/pme-tools/pme-tools_git.bb | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/recipes-extended/pme-tools/pme-tools_git.bb b/recipes-
> extended/pme-tools/pme-tools_git.bb
> index fe0210a..a2a89e4 100644
> --- a/recipes-extended/pme-tools/pme-tools_git.bb
> +++ b/recipes-extended/pme-tools/pme-tools_git.bb
> @@ -30,4 +30,7 @@ do_install() {
>  }
> 
>  PARALLEL_MAKE = ""
> +
>  COMPATIBLE_MACHINE = "(e500mc|e5500|e5500-64b|e6500|e6500-64b)"
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
[Zhenhua Luo] The package is not needed to be compiled for each machine, the 
output package can be shared by machines of same arch.


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 12/22] cantest: 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 12/22] cantest: Set PACKAGE_ARCH to the
> value of MACHINE_ARCH
> 
> Signed-off-by: Fabio Berton 
> ---
>  recipes-extended/cantest/cantest_1.0.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-extended/cantest/cantest_1.0.bb b/recipes-
> extended/cantest/cantest_1.0.bb
> index 1af5539..0416c2a 100644
> --- a/recipes-extended/cantest/cantest_1.0.bb
> +++ b/recipes-extended/cantest/cantest_1.0.bb
> @@ -13,3 +13,5 @@ do_install() {
>  }
> 
>  COMPATIBLE_MACHINE = "(e500v2)"
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
[Zhenhua Luo] The package is not machine specific, the output 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 05/22] restool: 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 05/22] restool: Set PACKAGE_ARCH to the
> value of MACHINE_ARCH
> 
> Signed-off-by: Fabio Berton 
> ---
>  recipes-dpaa2/restool/restool_git.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-
> dpaa2/restool/restool_git.bb
> index aad831f..e67be12 100644
> --- a/recipes-dpaa2/restool/restool_git.bb
> +++ b/recipes-dpaa2/restool/restool_git.bb
> @@ -16,3 +16,5 @@ do_install () {
>  }
> 
>  COMPATIBLE_MACHINE = "(ls2080ardb)"
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
[Zhenhua Luo] This package is not machine specific, its output packages is 
generic for the architecture of the machine.


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] Non-functioning Jethro minimal image for i.MX6 RIoTboard

2016-11-21 Thread Otavio Salvador
On Mon, Nov 21, 2016 at 8:02 PM, Nikolay Dimitrov  wrote:
> Hi Otavio,
>
> On 11/21/2016 12:19 PM, Otavio Salvador wrote:
>>
>> On Mon, Nov 21, 2016 at 12:14 AM, Nikolay Dimitrov 
>> wrote:
>> ...
>>>
>>> We need to check with Otavio why this line was removed, as I'm sure he
>>> had a good reason for this change.
>>
>> ...
>>
>>
>> https://github.com/Freescale/meta-freescale-3rdparty/commit/12cc66a9b8c3788309cf0a72c001f27abc299271
>
>
> It looks like meta-freescale-3rdparty layer is used only in morty &
> master, not in jethro & krogoth where I was looking into.

It is the same meta-fsl-arm-extra renamed. Please find more information at:

https://www.mail-archive.com/meta-freescale@yoctoproject.org/msg19181.html

-- 
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


Re: [meta-freescale] Non-functioning Jethro minimal image for i.MX6 RIoTboard

2016-11-21 Thread Nikolay Dimitrov

Hi Otavio,

On 11/21/2016 12:19 PM, Otavio Salvador wrote:

On Mon, Nov 21, 2016 at 12:14 AM, Nikolay Dimitrov  wrote:
...

We need to check with Otavio why this line was removed, as I'm sure he
had a good reason for this change.

...

https://github.com/Freescale/meta-freescale-3rdparty/commit/12cc66a9b8c3788309cf0a72c001f27abc299271


It looks like meta-freescale-3rdparty layer is used only in morty &
master, not in jethro & krogoth where I was looking into.


And we added support to generate the images using wic. See:

https://github.com/Freescale/meta-freescale-3rdparty/commit/9cfef6648751e277d9b281d186400c0a2e79558e


Thanks, I'll look into this.

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


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

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton 
---
 recipes-extended/cantest/cantest_1.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-extended/cantest/cantest_1.0.bb 
b/recipes-extended/cantest/cantest_1.0.bb
index 1af5539..0416c2a 100644
--- a/recipes-extended/cantest/cantest_1.0.bb
+++ b/recipes-extended/cantest/cantest_1.0.bb
@@ -13,3 +13,5 @@ do_install() {
 }
 
 COMPATIBLE_MACHINE = "(e500v2)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
2.1.4

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


[meta-freescale] [PATCH 11/22] udev-rules-qoriq: Set PACKAGE_ARCH to the value of MACHINE_ARCH

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton 
---
 recipes-core/udev/udev-rules-qoriq.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-core/udev/udev-rules-qoriq.bb 
b/recipes-core/udev/udev-rules-qoriq.bb
index 6eedec8..e3b3727 100644
--- a/recipes-core/udev/udev-rules-qoriq.bb
+++ b/recipes-core/udev/udev-rules-qoriq.bb
@@ -25,4 +25,7 @@ do_install () {
 }
 
 ALLOW_EMPTY_${PN} = "1"
+
 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


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

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

diff --git a/recipes-extended/hyperrelay/hyperrelay_git.bb 
b/recipes-extended/hyperrelay/hyperrelay_git.bb
index c8db3d6..1921788 100644
--- a/recipes-extended/hyperrelay/hyperrelay_git.bb
+++ b/recipes-extended/hyperrelay/hyperrelay_git.bb
@@ -30,3 +30,5 @@ do_install() {
 }
 
 COMPATIBLE_MACHINE = "(qoriq-ppc)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
2.1.4

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


[meta-freescale] [PATCH 21/22] cryptodev-qoriq-module: Set PACKAGE_ARCH to the value of MACHINE_ARCH

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton 
---
 recipes-kernel/cryptodev/cryptodev-qoriq-module_1.8.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.8.bb 
b/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.8.bb
index 412bb0e..92a6493 100644
--- a/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.8.bb
+++ b/recipes-kernel/cryptodev/cryptodev-qoriq-module_1.8.bb
@@ -19,3 +19,5 @@ RCONFLICTS_${PN} = "ocf-linux"
 RREPLACES_${PN} = "ocf-linux"
 
 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


[meta-freescale] [PATCH 22/22] cryptodev-qoriq-tests: Set PACKAGE_ARCH to the value of MACHINE_ARCH

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton 
---
 recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.8.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.8.bb 
b/recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.8.bb
index f7d0b61..1eff725 100644
--- a/recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.8.bb
+++ b/recipes-kernel/cryptodev/cryptodev-qoriq-tests_1.8.bb
@@ -24,3 +24,5 @@ FILES_${PN}-dbg += "${bindir}/tests_cryptodev/.debug"
 FILES_${PN} = "${bindir}/tests_cryptodev/*"
 
 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


[meta-freescale] [PATCH 20/22] cryptodev-qoriq-linux: Set PACKAGE_ARCH to the value of MACHINE_ARCH

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton 
---
 recipes-kernel/cryptodev/cryptodev-qoriq-linux_1.8.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq-linux_1.8.bb 
b/recipes-kernel/cryptodev/cryptodev-qoriq-linux_1.8.bb
index 58db505..ab92159 100644
--- a/recipes-kernel/cryptodev/cryptodev-qoriq-linux_1.8.bb
+++ b/recipes-kernel/cryptodev/cryptodev-qoriq-linux_1.8.bb
@@ -14,3 +14,5 @@ do_install() {
 ALLOW_EMPTY_${PN} = "1"
 
 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


[meta-freescale] [PATCH 19/22] skmm-host: Set PACKAGE_ARCH to the value of MACHINE_ARCH

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton 
---
 recipes-kernel/skmm-host/skmm-host_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-kernel/skmm-host/skmm-host_git.bb 
b/recipes-kernel/skmm-host/skmm-host_git.bb
index f0e0f88..4c7a371 100644
--- a/recipes-kernel/skmm-host/skmm-host_git.bb
+++ b/recipes-kernel/skmm-host/skmm-host_git.bb
@@ -13,5 +13,8 @@ S = "${WORKDIR}/git"
 EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
 
 FILES_${PN} += "/etc/skmm/ /usr/bin/"
+
 COMPATIBLE_MACHINE = "(p4080ds|t4240qds)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
 CLEANBROKEN = "1"
-- 
2.1.4

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


[meta-freescale] [PATCH 18/22] pkc-host: Set PACKAGE_ARCH to the value of MACHINE_ARCH

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton 
---
 recipes-kernel/pkc-host/pkc-host_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-kernel/pkc-host/pkc-host_git.bb 
b/recipes-kernel/pkc-host/pkc-host_git.bb
index 8b56b3a..3c1d084 100644
--- a/recipes-kernel/pkc-host/pkc-host_git.bb
+++ b/recipes-kernel/pkc-host/pkc-host_git.bb
@@ -38,3 +38,5 @@ FILES_${PN} = "${bindir}/cli \
 "
 
 COMPATIBLE_MACHINE = "(qoriq-ppc)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
2.1.4

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


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

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton 
---
 recipes-kernel/ceetm/ceetm_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-kernel/ceetm/ceetm_git.bb 
b/recipes-kernel/ceetm/ceetm_git.bb
index e6687a4..cb31242 100644
--- a/recipes-kernel/ceetm/ceetm_git.bb
+++ b/recipes-kernel/ceetm/ceetm_git.bb
@@ -16,4 +16,7 @@ do_install(){
 
 FILES_${PN} += "${libdir}/tc"
 INHIBIT_PACKAGE_STRIP = "1"
+
 COMPATIBLE_MACHINE = "(b4|t1|t2|t4|ls1043a)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
2.1.4

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


[meta-freescale] [PATCH 15/22] ipc-ust: Set PACKAGE_ARCH to the value of MACHINE_ARCH

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton 
---
 recipes-extended/ipc-ust/ipc-ust_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-extended/ipc-ust/ipc-ust_git.bb 
b/recipes-extended/ipc-ust/ipc-ust_git.bb
index 6e788e7..ebdd086 100644
--- a/recipes-extended/ipc-ust/ipc-ust_git.bb
+++ b/recipes-extended/ipc-ust/ipc-ust_git.bb
@@ -48,3 +48,5 @@ INSANE_SKIP_${PN} += "file-rdeps"
 INSANE_SKIP_${PN}-dev += "dev-elf"
 
 COMPATIBLE_MACHINE = "(b4860qds|b4420qds)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
2.1.4

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


[meta-freescale] [PATCH 16/22] pme-tools: Set PACKAGE_ARCH to the value of MACHINE_ARCH

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton 
---
 recipes-extended/pme-tools/pme-tools_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-extended/pme-tools/pme-tools_git.bb 
b/recipes-extended/pme-tools/pme-tools_git.bb
index fe0210a..a2a89e4 100644
--- a/recipes-extended/pme-tools/pme-tools_git.bb
+++ b/recipes-extended/pme-tools/pme-tools_git.bb
@@ -30,4 +30,7 @@ do_install() {
 }
 
 PARALLEL_MAKE = ""
+
 COMPATIBLE_MACHINE = "(e500mc|e5500|e5500-64b|e6500|e6500-64b)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
2.1.4

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


[meta-freescale] [PATCH 13/22] fsl-pme: Set PACKAGE_ARCH to the value of MACHINE_ARCH

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton 
---
 recipes-extended/fsl-pme/fsl-pme_1.0.3.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-extended/fsl-pme/fsl-pme_1.0.3.bb 
b/recipes-extended/fsl-pme/fsl-pme_1.0.3.bb
index 7fe11fd..a235d95 100644
--- a/recipes-extended/fsl-pme/fsl-pme_1.0.3.bb
+++ b/recipes-extended/fsl-pme/fsl-pme_1.0.3.bb
@@ -23,4 +23,7 @@ do_install() {
 
 FILES_${PN} += "${datadir}/*"
 INSANE_SKIP_${PN} += "ldflags"
+
 COMPATIBLE_MACHINE = "(e500v2)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
2.1.4

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


[meta-freescale] [PATCH 10/22] qe-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton 
---
 recipes-bsp/qe-ucode/qe-ucode_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-bsp/qe-ucode/qe-ucode_git.bb 
b/recipes-bsp/qe-ucode/qe-ucode_git.bb
index d82f732..5fb3ff1 100644
--- a/recipes-bsp/qe-ucode/qe-ucode_git.bb
+++ b/recipes-bsp/qe-ucode/qe-ucode_git.bb
@@ -32,4 +32,7 @@ addtask deploy before do_build after do_install
 
 PACKAGES += "${PN}-image"
 FILES_${PN}-image += "/boot/*"
+
 COMPATIBLE_MACHINE = "(ls1021a|ls1043a|t1)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
2.1.4

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


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

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

diff --git a/recipes-bsp/ppa/ppa_git.bb b/recipes-bsp/ppa/ppa_git.bb
index eae77f5..2332762 100644
--- a/recipes-bsp/ppa/ppa_git.bb
+++ b/recipes-bsp/ppa/ppa_git.bb
@@ -44,4 +44,7 @@ addtask deploy before do_build after do_install
 
 PACKAGES += "${PN}-image"
 FILES_${PN}-image += "/boot"   
+
 COMPATIBLE_MACHINE = "(ls1043ardb)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
2.1.4

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


[meta-freescale] [PATCH 08/22] ls2-phy: Set PACKAGE_ARCH to the value of MACHINE_ARCH

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton 
---
 recipes-bsp/ls2-phy/ls2-phy_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-bsp/ls2-phy/ls2-phy_git.bb 
b/recipes-bsp/ls2-phy/ls2-phy_git.bb
index 422a922..9833769 100644
--- a/recipes-bsp/ls2-phy/ls2-phy_git.bb
+++ b/recipes-bsp/ls2-phy/ls2-phy_git.bb
@@ -24,4 +24,7 @@ addtask deploy before do_build after do_install
 
 PACKAGES += "${PN}-image"
 FILES_${PN}-image += "/boot"
+
 COMPATIBLE_MACHINE = "(ls2080ardb)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
2.1.4

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


[meta-freescale] [PATCH 07/22] fsl-tlu: Set PACKAGE_ARCH to the value of MACHINE_ARCH

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

diff --git a/recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb 
b/recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb
index 213e74a..984ecf9 100644
--- a/recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb
+++ b/recipes-bsp/fsl-tlu/fsl-tlu_1.0.0.bb
@@ -16,3 +16,5 @@ do_install() {
 }
 
 COMPATIBLE_MACHINE = "(e500mc)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
2.1.4

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


[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


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

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

diff --git a/recipes-dpaa2/restool/restool_git.bb 
b/recipes-dpaa2/restool/restool_git.bb
index aad831f..e67be12 100644
--- a/recipes-dpaa2/restool/restool_git.bb
+++ b/recipes-dpaa2/restool/restool_git.bb
@@ -16,3 +16,5 @@ do_install () {
 }
 
 COMPATIBLE_MACHINE = "(ls2080ardb)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
2.1.4

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


[meta-freescale] [PATCH 03/22] dpl-examples: Set PACKAGE_ARCH to the value of MACHINE_ARCH

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton 
---
 recipes-dpaa2/dpl-examples/dpl-examples_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-dpaa2/dpl-examples/dpl-examples_git.bb 
b/recipes-dpaa2/dpl-examples/dpl-examples_git.bb
index 17296ff..aa3ee44 100644
--- a/recipes-dpaa2/dpl-examples/dpl-examples_git.bb
+++ b/recipes-dpaa2/dpl-examples/dpl-examples_git.bb
@@ -26,3 +26,5 @@ PACKAGES += "${PN}-image"
 FILES_${PN}-image += "/boot"
 
 COMPATIBLE_MACHINE = "(ls2080ardb)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
2.1.4

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


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

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton 
---
 recipes-dpaa/fmlib/fmlib_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb
index 8b8ba6d..2775d1b 100644
--- a/recipes-dpaa/fmlib/fmlib_git.bb
+++ b/recipes-dpaa/fmlib/fmlib_git.bb
@@ -44,3 +44,6 @@ ALLOW_EMPTY_${PN} = "1"
 BBCLASSEXTEND = "native"
 COMPATIBLE_HOST_qoriq = ".*"
 COMPATIBLE_HOST ?= "(none)"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
2.1.4

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


[meta-freescale] [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH

2016-11-21 Thread Fabio Berton
Signed-off-by: Fabio Berton 
---
 recipes-dpaa/fm-ucode/fm-ucode_git.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-dpaa/fm-ucode/fm-ucode_git.bb 
b/recipes-dpaa/fm-ucode/fm-ucode_git.bb
index c6a5b8b..f5497c1 100644
--- a/recipes-dpaa/fm-ucode/fm-ucode_git.bb
+++ b/recipes-dpaa/fm-ucode/fm-ucode_git.bb
@@ -36,4 +36,7 @@ addtask deploy before do_build after do_install
 PACKAGES += "${PN}-image"
 FILES_${PN}-image += "/boot"
 ALLOW_EMPTY_${PN} = "1"
+
 COMPATIBLE_MACHINE = 
"(p1023rdb|e500mc|e5500|e5500-64b|e6500|e6500-64b|ls1043a)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
2.1.4

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


[meta-freescale] [PATCH 2/2] linux-fslc-imx-rt: Add patch to support external imx-gpu-viv driver

2016-11-21 Thread Dominic Sacré
Export functions swait_prepare_locked() and swait_finish_locked() to
make them available to the external imx-gpu-viv driver module.

Remove the check whether MACHINE_USES_VIVANTE_KERNEL_DRIVER_MODULE is
set; both the built-in driver and the external module now work with the
RT kernel.

Signed-off-by: Dominic Sacré 
---
 .../0004-export-swait-locked-functions.patch   | 31 ++
 .../linux/linux-fslc-imx-rt_4.1-2.0.x.bb   |  7 +
 2 files changed, 32 insertions(+), 6 deletions(-)
 create mode 100644 
recipes-kernel/linux/linux-fslc-imx-rt/0004-export-swait-locked-functions.patch

diff --git 
a/recipes-kernel/linux/linux-fslc-imx-rt/0004-export-swait-locked-functions.patch
 
b/recipes-kernel/linux/linux-fslc-imx-rt/0004-export-swait-locked-functions.patch
new file mode 100644
index 000..1a616aa
--- /dev/null
+++ 
b/recipes-kernel/linux/linux-fslc-imx-rt/0004-export-swait-locked-functions.patch
@@ -0,0 +1,31 @@
+From 2460dd985b0cf477f74396de92d1bc5df496abdc Mon Sep 17 00:00:00 2001
+From: Julio Cruz 
+Date: Wed, 20 Jan 2016 19:26:44 +0800
+Subject: [PATCH] Export symbols for iMX-GPU-VIV module
+
+---
+ kernel/sched/wait-simple.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/kernel/sched/wait-simple.c b/kernel/sched/wait-simple.c
+index 7dfa86d..a3776ee 100644
+--- a/kernel/sched/wait-simple.c
 b/kernel/sched/wait-simple.c
+@@ -40,6 +40,7 @@ void swait_prepare_locked(struct swait_head *head, struct 
swaiter *w)
+   if (list_empty(>node))
+   __swait_enqueue(head, w);
+ }
++EXPORT_SYMBOL(swait_prepare_locked);
+ 
+ void swait_prepare(struct swait_head *head, struct swaiter *w, int state)
+ {
+@@ -58,6 +59,7 @@ void swait_finish_locked(struct swait_head *head, struct 
swaiter *w)
+   if (w->task)
+   __swait_dequeue(w);
+ }
++EXPORT_SYMBOL(swait_finish_locked);
+ 
+ void swait_finish(struct swait_head *head, struct swaiter *w)
+ {
+-- 
+2.1.0
diff --git a/recipes-kernel/linux/linux-fslc-imx-rt_4.1-2.0.x.bb 
b/recipes-kernel/linux/linux-fslc-imx-rt_4.1-2.0.x.bb
index fbb32d8..10610a5 100644
--- a/recipes-kernel/linux/linux-fslc-imx-rt_4.1-2.0.x.bb
+++ b/recipes-kernel/linux/linux-fslc-imx-rt_4.1-2.0.x.bb
@@ -16,16 +16,11 @@ SRC_URI += " \
 file://0001-fix-build.patch \
 file://0002-no-split-ptlocks.patch \
 file://0003-Work-around-CPU-stalls-in-the-imx-sdma-driver.patch \
+file://0004-export-swait-locked-functions.patch \
 "
 
 SRC_URI[rt-patch.md5sum] = "6dd1193203cdf6a1a4758fc8baf07a4a"
 SRC_URI[rt-patch.sha256sum] = 
"427e736022e59f83c9489eda889559fcd4fe4abb5646570ade32f2128f2fa725"
 
-python () {
-using_builtin_driver = 
(d.getVar("MACHINE_USES_VIVANTE_KERNEL_DRIVER_MODULE", True) or "") != "1"
-if not using_builtin_driver:
-raise bb.parse.SkipPackage('You must use the builtin driver with the 
Linux RT patch as the external module does not yet include support for it. Set 
"MACHINE_USES_VIVANTE_KERNEL_DRIVER_MODULE" accordingly.')
-}
-
 
 COMPATIBLE_MACHINE = "(mx6|mx7)"
-- 
2.10.2

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


[meta-freescale] [PATCH 1/2] kernel-module-imx-gpu-viv: Bump revision to 1be63fb

2016-11-21 Thread Dominic Sacré
Bump revision to add support for kernels with RT_PREEMPT patch.

Signed-off-by: Dominic Sacré 
---
 .../kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p8.6+fslc.bb| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p8.6+fslc.bb 
b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p8.6+fslc.bb
index 8af0da0..247189f 100644
--- 
a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p8.6+fslc.bb
+++ 
b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p8.6+fslc.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e"
 
 PV .= "+git${SRCPV}"
 
-SRCREV = "80a5e3aae469518d53b3b41d6623b7bf0f51f02b"
+SRCREV = "1be63fb14e9a2c72c1f50afaa02ed9244d86b1d4"
 SRC_URI = 
"git://github.com/Freescale/kernel-module-imx-gpu-viv.git;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.10.2

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


[meta-freescale] [PATCH] u-boot-fslc: Bump revision to c44711d

2016-11-21 Thread Fabio Berton
This includes following change:

  - c44711d Merge remote-tracking branch 'imx/master' into 2016.11+fslc
  - e01064c Merge tag 'v2016.11' into 2016.11+fslc
  - 45a3ad8 mx35: adjust default environment for flea3 board
  - 322ac5f mx35: add GPIO setup on flea3 board
  - 146fff3 mx35: factorize SDRAM setup in flea3
  - 72c1015 mx35: add DT support to flea3 board
  - 97c16dc imx: mx6ull: update the REFTOP_VBGADJ setting
  - 27e3a3c imx: mx6sx: Disable ENET clock before switching clock parent
  - 29e0cfb (tag: v2016.11) Prepare v2016.11
  - 8f7c672 MAINTAINERS: mark sunxi status as Orphan
  - 22bb1a7 video: bmp: Fix compilation errors with CONFIG_BMP_xxBPP enabled
  - 73d570a net: write enetaddr down to hardware on env_callback
  - 948b8bb spi: ti_qspi: Fix baudrate divider calculation
  - 84295f2 ARM: dts: dra7xx: Update spi-max-frequency for qspi slave node
  - 4d0fec0 ARM: k2g: Update PLL Multiplier and divider values
  - 8b01ebd ARM: keystone2: PLL: Enable glitch free initialization sequence
  - 06d43c8 arm: Set TTB XN bit in case DCACHE_OFF for LPAE mode
  - 2b373cb arm: print the cache config option in hex instead of decimal
  - 2ffec69 mx6ull_14x14_evk: Add README file
  - 02c2de6 davinci: omapl138_lcdk: keep booting even when MAC address is 
invalid
  - c19a28b board: am335x/mux: Do not hang when encountering a bad EEPROM
  - 4fa72bd igep00x0: add Hynix timings
  - 2baaa31 igep00x0: consolidate defconfigs
  - ad560f8 igep00x0: disable CONFIG_DISPLAY_BOARDINFO
  - d8c0d99 tools: fix mksunxiboot build for tools-all target

Signed-off-by: Fabio Berton 
---
 recipes-bsp/u-boot/u-boot-fslc_2016.11.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-fslc_2016.11.bb 
b/recipes-bsp/u-boot/u-boot-fslc_2016.11.bb
index e297e73..3c74295 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2016.11.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2016.11.bb
@@ -2,5 +2,5 @@ include u-boot-fslc.inc
 
 PV = "v2016.11+git${SRCPV}"
 
-SRCREV = "615fdbc2b615fa31ae9e1dfcf9ec57644cd620ed"
+SRCREV = "c44711d91e32a5738875fe505efc54f6958fd64e"
 SRCBRANCH = "2016.11+fslc"
-- 
2.1.4

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


Re: [meta-freescale] Non-functioning Jethro minimal image for i.MX6 RIoTboard

2016-11-21 Thread Otavio Salvador
On Mon, Nov 21, 2016 at 12:14 AM, Nikolay Dimitrov  wrote:
...
> We need to check with Otavio why this line was removed, as I'm sure he
> had a good reason for this change.
...

https://github.com/Freescale/meta-freescale-3rdparty/commit/12cc66a9b8c3788309cf0a72c001f27abc299271

And we added support to generate the images using wic. See:

https://github.com/Freescale/meta-freescale-3rdparty/commit/9cfef6648751e277d9b281d186400c0a2e79558e

-- 
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