All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH
@ 2016-11-21 17:18 Fabio Berton
  2016-11-21 17:19 ` [PATCH 02/22] fmlib: " Fabio Berton
                   ` (20 more replies)
  0 siblings, 21 replies; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:18 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 02/22] fmlib: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-21 17:19 ` [PATCH 03/22] dpl-examples: " Fabio Berton
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 03/22] dpl-examples: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
  2016-11-21 17:19 ` [PATCH 02/22] fmlib: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-21 17:19 ` [PATCH 04/22] management-complex: " Fabio Berton
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 04/22] management-complex: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
  2016-11-21 17:19 ` [PATCH 02/22] fmlib: " Fabio Berton
  2016-11-21 17:19 ` [PATCH 03/22] dpl-examples: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-21 17:19 ` [PATCH 05/22] restool: " Fabio Berton
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 recipes-dpaa2/management-complex/management-complex_0.8.4.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes-dpaa2/management-complex/management-complex_0.8.4.bb b/recipes-dpaa2/management-complex/management-complex_0.8.4.bb
index 924a573..26cf3d8 100644
--- a/recipes-dpaa2/management-complex/management-complex_0.8.4.bb
+++ b/recipes-dpaa2/management-complex/management-complex_0.8.4.bb
@@ -30,4 +30,7 @@ PACKAGES += "${PN}-image"
 FILES_${PN}-image += "/boot"
 
 INHIBIT_PACKAGE_STRIP = "1"
+
 COMPATIBLE_MACHINE = "(ls2080ardb)"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 05/22] restool: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
                   ` (2 preceding siblings ...)
  2016-11-21 17:19 ` [PATCH 04/22] management-complex: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-22  4:04   ` Zhenhua Luo
  2016-11-21 17:19 ` [PATCH 06/22] apptrk: " Fabio Berton
                   ` (16 subsequent siblings)
  20 siblings, 1 reply; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 06/22] apptrk: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
                   ` (3 preceding siblings ...)
  2016-11-21 17:19 ` [PATCH 05/22] restool: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-22  4:08   ` Zhenhua Luo
  2016-11-21 17:19 ` [PATCH 07/22] fsl-tlu: " Fabio Berton
                   ` (15 subsequent siblings)
  20 siblings, 1 reply; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 07/22] fsl-tlu: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
                   ` (4 preceding siblings ...)
  2016-11-21 17:19 ` [PATCH 06/22] apptrk: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-22  4:10   ` Zhenhua Luo
  2016-11-21 17:19 ` [PATCH 08/22] ls2-phy: " Fabio Berton
                   ` (14 subsequent siblings)
  20 siblings, 1 reply; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 08/22] ls2-phy: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
                   ` (5 preceding siblings ...)
  2016-11-21 17:19 ` [PATCH 07/22] fsl-tlu: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-21 17:19 ` [PATCH 09/22] ppa: " Fabio Berton
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 09/22] ppa: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
                   ` (6 preceding siblings ...)
  2016-11-21 17:19 ` [PATCH 08/22] ls2-phy: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-21 17:19 ` [PATCH 10/22] qe-ucode: " Fabio Berton
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 10/22] qe-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
                   ` (7 preceding siblings ...)
  2016-11-21 17:19 ` [PATCH 09/22] ppa: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-21 17:19 ` [PATCH 11/22] udev-rules-qoriq: " Fabio Berton
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 11/22] udev-rules-qoriq: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
                   ` (8 preceding siblings ...)
  2016-11-21 17:19 ` [PATCH 10/22] qe-ucode: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-21 17:19 ` [PATCH 12/22] cantest: " Fabio Berton
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 12/22] cantest: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
                   ` (9 preceding siblings ...)
  2016-11-21 17:19 ` [PATCH 11/22] udev-rules-qoriq: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-22  4:14   ` Zhenhua Luo
  2016-11-21 17:19 ` [PATCH 13/22] fsl-pme: " Fabio Berton
                   ` (9 subsequent siblings)
  20 siblings, 1 reply; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 13/22] fsl-pme: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
                   ` (10 preceding siblings ...)
  2016-11-21 17:19 ` [PATCH 12/22] cantest: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-22  4:16   ` Zhenhua Luo
  2016-11-21 17:19 ` [PATCH 14/22] hyperrelay: " Fabio Berton
                   ` (8 subsequent siblings)
  20 siblings, 1 reply; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 14/22] hyperrelay: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
                   ` (11 preceding siblings ...)
  2016-11-21 17:19 ` [PATCH 13/22] fsl-pme: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-22  4:18   ` Zhenhua Luo
  2016-11-21 17:19 ` [PATCH 15/22] ipc-ust: " Fabio Berton
                   ` (7 subsequent siblings)
  20 siblings, 1 reply; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 15/22] ipc-ust: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
                   ` (12 preceding siblings ...)
  2016-11-21 17:19 ` [PATCH 14/22] hyperrelay: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-21 17:19 ` [PATCH 16/22] pme-tools: " Fabio Berton
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 16/22] pme-tools: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
                   ` (13 preceding siblings ...)
  2016-11-21 17:19 ` [PATCH 15/22] ipc-ust: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-22  4:22   ` Zhenhua Luo
  2016-11-21 17:19 ` [PATCH 17/22] ceetm: " Fabio Berton
                   ` (5 subsequent siblings)
  20 siblings, 1 reply; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 17/22] ceetm: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
                   ` (14 preceding siblings ...)
  2016-11-21 17:19 ` [PATCH 16/22] pme-tools: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-21 17:19 ` [PATCH 18/22] pkc-host: " Fabio Berton
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 18/22] pkc-host: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
                   ` (15 preceding siblings ...)
  2016-11-21 17:19 ` [PATCH 17/22] ceetm: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-21 17:19 ` [PATCH 19/22] skmm-host: " Fabio Berton
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 19/22] skmm-host: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
                   ` (16 preceding siblings ...)
  2016-11-21 17:19 ` [PATCH 18/22] pkc-host: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-21 17:19 ` [PATCH 20/22] cryptodev-qoriq-linux: " Fabio Berton
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 20/22] cryptodev-qoriq-linux: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
                   ` (17 preceding siblings ...)
  2016-11-21 17:19 ` [PATCH 19/22] skmm-host: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-22  4:42   ` Zhenhua Luo
  2016-11-21 17:19 ` [PATCH 21/22] cryptodev-qoriq-module: " Fabio Berton
  2016-11-21 17:19 ` [PATCH 22/22] cryptodev-qoriq-tests: " Fabio Berton
  20 siblings, 1 reply; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 21/22] cryptodev-qoriq-module: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
                   ` (18 preceding siblings ...)
  2016-11-21 17:19 ` [PATCH 20/22] cryptodev-qoriq-linux: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-22  4:44   ` Zhenhua Luo
  2016-11-21 17:19 ` [PATCH 22/22] cryptodev-qoriq-tests: " Fabio Berton
  20 siblings, 1 reply; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* [PATCH 22/22] cryptodev-qoriq-tests: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
                   ` (19 preceding siblings ...)
  2016-11-21 17:19 ` [PATCH 21/22] cryptodev-qoriq-module: " Fabio Berton
@ 2016-11-21 17:19 ` Fabio Berton
  2016-11-22  4:45   ` Zhenhua Luo
  20 siblings, 1 reply; 35+ messages in thread
From: Fabio Berton @ 2016-11-21 17:19 UTC (permalink / raw)
  To: meta-freescale

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 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



^ permalink raw reply related	[flat|nested] 35+ messages in thread

* Re: [PATCH 05/22] restool: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:19 ` [PATCH 05/22] restool: " Fabio Berton
@ 2016-11-22  4:04   ` Zhenhua Luo
  2016-11-22 12:51     ` Fabio Berton
  0 siblings, 1 reply; 35+ messages in thread
From: Zhenhua Luo @ 2016-11-22  4:04 UTC (permalink / raw)
  To: Fabio Berton; +Cc: meta-freescale

> -----Original Message-----
> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
> bounces@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 <fabio.berton@ossystems.com.br>
> ---
>  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


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: [PATCH 06/22] apptrk: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:19 ` [PATCH 06/22] apptrk: " Fabio Berton
@ 2016-11-22  4:08   ` Zhenhua Luo
  2016-11-22 11:53     ` Otavio Salvador
  0 siblings, 1 reply; 35+ messages in thread
From: Zhenhua Luo @ 2016-11-22  4:08 UTC (permalink / raw)
  To: Fabio Berton; +Cc: meta-freescale

> -----Original Message-----
> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
> bounces@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 <fabio.berton@ossystems.com.br>
> ---
>  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


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: [PATCH 07/22] fsl-tlu: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:19 ` [PATCH 07/22] fsl-tlu: " Fabio Berton
@ 2016-11-22  4:10   ` Zhenhua Luo
  0 siblings, 0 replies; 35+ messages in thread
From: Zhenhua Luo @ 2016-11-22  4:10 UTC (permalink / raw)
  To: Fabio Berton; +Cc: meta-freescale

> -----Original Message-----
> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
> bounces@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 <fabio.berton@ossystems.com.br>
> ---
>  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


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: [PATCH 12/22] cantest: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:19 ` [PATCH 12/22] cantest: " Fabio Berton
@ 2016-11-22  4:14   ` Zhenhua Luo
  0 siblings, 0 replies; 35+ messages in thread
From: Zhenhua Luo @ 2016-11-22  4:14 UTC (permalink / raw)
  To: Fabio Berton; +Cc: meta-freescale

> -----Original Message-----
> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
> bounces@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 <fabio.berton@ossystems.com.br>
> ---
>  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


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: [PATCH 13/22] fsl-pme: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:19 ` [PATCH 13/22] fsl-pme: " Fabio Berton
@ 2016-11-22  4:16   ` Zhenhua Luo
  0 siblings, 0 replies; 35+ messages in thread
From: Zhenhua Luo @ 2016-11-22  4:16 UTC (permalink / raw)
  To: Fabio Berton; +Cc: meta-freescale

> -----Original Message-----
> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
> bounces@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 <fabio.berton@ossystems.com.br>
> ---
>  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


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: [PATCH 14/22] hyperrelay: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:19 ` [PATCH 14/22] hyperrelay: " Fabio Berton
@ 2016-11-22  4:18   ` Zhenhua Luo
  0 siblings, 0 replies; 35+ messages in thread
From: Zhenhua Luo @ 2016-11-22  4:18 UTC (permalink / raw)
  To: Fabio Berton; +Cc: meta-freescale

> -----Original Message-----
> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
> bounces@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 <fabio.berton@ossystems.com.br>
> ---
>  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


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: [PATCH 16/22] pme-tools: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:19 ` [PATCH 16/22] pme-tools: " Fabio Berton
@ 2016-11-22  4:22   ` Zhenhua Luo
  0 siblings, 0 replies; 35+ messages in thread
From: Zhenhua Luo @ 2016-11-22  4:22 UTC (permalink / raw)
  To: Fabio Berton; +Cc: meta-freescale

> -----Original Message-----
> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
> bounces@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 <fabio.berton@ossystems.com.br>
> ---
>  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


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: [PATCH 20/22] cryptodev-qoriq-linux: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:19 ` [PATCH 20/22] cryptodev-qoriq-linux: " Fabio Berton
@ 2016-11-22  4:42   ` Zhenhua Luo
  0 siblings, 0 replies; 35+ messages in thread
From: Zhenhua Luo @ 2016-11-22  4:42 UTC (permalink / raw)
  To: Fabio Berton; +Cc: meta-freescale

> -----Original Message-----
> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
> bounces@yoctoproject.org] On Behalf Of Fabio Berton
> Sent: Tuesday, November 22, 2016 1:19 AM
> To: meta-freescale@yoctoproject.org
> Subject: [meta-freescale] [PATCH 20/22] cryptodev-qoriq-linux: Set
> PACKAGE_ARCH to the value of MACHINE_ARCH
> 
> Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
> ---
>  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}"
[Zhenhua Luo] cryptodev-qoriq-linux shouldn't  be machine specific. 


Best Regards, 

Zhenhua

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


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: [PATCH 21/22] cryptodev-qoriq-module: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:19 ` [PATCH 21/22] cryptodev-qoriq-module: " Fabio Berton
@ 2016-11-22  4:44   ` Zhenhua Luo
  0 siblings, 0 replies; 35+ messages in thread
From: Zhenhua Luo @ 2016-11-22  4:44 UTC (permalink / raw)
  To: Fabio Berton; +Cc: meta-freescale

> -----Original Message-----
> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
> bounces@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 <fabio.berton@ossystems.com.br>
> ---
>  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


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: [PATCH 22/22] cryptodev-qoriq-tests: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-21 17:19 ` [PATCH 22/22] cryptodev-qoriq-tests: " Fabio Berton
@ 2016-11-22  4:45   ` Zhenhua Luo
  0 siblings, 0 replies; 35+ messages in thread
From: Zhenhua Luo @ 2016-11-22  4:45 UTC (permalink / raw)
  To: Fabio Berton; +Cc: meta-freescale

> -----Original Message-----
> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
> bounces@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 <fabio.berton@ossystems.com.br>
> ---
>  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


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: [PATCH 06/22] apptrk: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-22  4:08   ` Zhenhua Luo
@ 2016-11-22 11:53     ` Otavio Salvador
  0 siblings, 0 replies; 35+ messages in thread
From: Otavio Salvador @ 2016-11-22 11:53 UTC (permalink / raw)
  To: Zhenhua Luo; +Cc: meta-freescale

On Tue, Nov 22, 2016 at 2:08 AM, Zhenhua Luo <zhenhua.luo@nxp.com> wrote:
>> -----Original Message-----
>> From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
>> bounces@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 <fabio.berton@ossystems.com.br>
>> ---
>>  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.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: [PATCH 05/22] restool: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-22  4:04   ` Zhenhua Luo
@ 2016-11-22 12:51     ` Fabio Berton
  2016-11-23  4:09       ` Zhenhua Luo
  0 siblings, 1 reply; 35+ messages in thread
From: Fabio Berton @ 2016-11-22 12:51 UTC (permalink / raw)
  To: Zhenhua Luo; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1624 bytes --]

Hi Zhenhua,

You said "This package is not machine specific", but recipe has
COMPATIBLE_MACHINE = "(ls2080ardb)" that shows this recipe is only
compatible with ls2080ardb.

If this recipe is compatible for all qoriq we can use MACHINE_SOCARCH.

Thanks.

On Tue, Nov 22, 2016 at 2:04 AM, Zhenhua Luo <zhenhua.luo@nxp.com> wrote:

> > -----Original Message-----
> > From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-
> > bounces@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 <fabio.berton@ossystems.com.br>
> > ---
> >  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
>

[-- Attachment #2: Type: text/html, Size: 3383 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

* Re: [PATCH 05/22] restool: Set PACKAGE_ARCH to the value of MACHINE_ARCH
  2016-11-22 12:51     ` Fabio Berton
@ 2016-11-23  4:09       ` Zhenhua Luo
  0 siblings, 0 replies; 35+ messages in thread
From: Zhenhua Luo @ 2016-11-23  4:09 UTC (permalink / raw)
  To: Fabio Berton; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 2609 bytes --]

Hi Fabio,

COMPATIBLE_MACHINE in restool bb indicates that this package only supports specific platforms currently, more platforms will be supported in the near term, e.g. ls1088, ls2088, etc. Actually the output of this package can be shared by those machines, so the bb file should make sure the generated packages can be shared among those platforms instead of recompiling for each target.


Best Regards,

Zhenhua

From: Fabio Berton [mailto:fabio.berton@ossystems.com.br]
Sent: Tuesday, November 22, 2016 8:51 PM
To: Zhenhua Luo <zhenhua.luo@nxp.com>
Cc: meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] [PATCH 05/22] restool: Set PACKAGE_ARCH to the value of MACHINE_ARCH

Hi Zhenhua,
You said "This package is not machine specific", but recipe has COMPATIBLE_MACHINE = "(ls2080ardb)" that shows this recipe is only compatible with ls2080ardb.
If this recipe is compatible for all qoriq we can use MACHINE_SOCARCH.
Thanks.

On Tue, Nov 22, 2016 at 2:04 AM, Zhenhua Luo <zhenhua.luo@nxp.com<mailto:zhenhua.luo@nxp.com>> wrote:
> -----Original Message-----
> From: meta-freescale-bounces@yoctoproject.org<mailto:meta-freescale-bounces@yoctoproject.org> [mailto:meta-freescale-<mailto:meta-freescale->
> bounces@yoctoproject.org<mailto:bounces@yoctoproject.org>] On Behalf Of Fabio Berton
> Sent: Tuesday, November 22, 2016 1:19 AM
> To: meta-freescale@yoctoproject.org<mailto: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 <fabio.berton@ossystems.com.br<mailto:fabio.berton@ossystems.com.br>>
> ---
>  recipes-dpaa2/restool/restool_git.bb<http://restool_git.bb> | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/recipes-dpaa2/restool/restool_git.bb<http://restool_git.bb> b/recipes-
> dpaa2/restool/restool_git.bb<http://restool_git.bb>
> index aad831f..e67be12 100644
> --- a/recipes-dpaa2/restool/restool_git.bb<http://restool_git.bb>
> +++ b/recipes-dpaa2/restool/restool_git.bb<http://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<mailto:meta-freescale@yoctoproject.org>
> https://lists.yoctoproject.org/listinfo/meta-freescale


[-- Attachment #2: Type: text/html, Size: 7956 bytes --]

^ permalink raw reply	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2016-11-23  4:09 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-21 17:18 [PATCH 01/22] fm-ucode: Set PACKAGE_ARCH to the value of MACHINE_ARCH Fabio Berton
2016-11-21 17:19 ` [PATCH 02/22] fmlib: " Fabio Berton
2016-11-21 17:19 ` [PATCH 03/22] dpl-examples: " Fabio Berton
2016-11-21 17:19 ` [PATCH 04/22] management-complex: " Fabio Berton
2016-11-21 17:19 ` [PATCH 05/22] restool: " Fabio Berton
2016-11-22  4:04   ` Zhenhua Luo
2016-11-22 12:51     ` Fabio Berton
2016-11-23  4:09       ` Zhenhua Luo
2016-11-21 17:19 ` [PATCH 06/22] apptrk: " Fabio Berton
2016-11-22  4:08   ` Zhenhua Luo
2016-11-22 11:53     ` Otavio Salvador
2016-11-21 17:19 ` [PATCH 07/22] fsl-tlu: " Fabio Berton
2016-11-22  4:10   ` Zhenhua Luo
2016-11-21 17:19 ` [PATCH 08/22] ls2-phy: " Fabio Berton
2016-11-21 17:19 ` [PATCH 09/22] ppa: " Fabio Berton
2016-11-21 17:19 ` [PATCH 10/22] qe-ucode: " Fabio Berton
2016-11-21 17:19 ` [PATCH 11/22] udev-rules-qoriq: " Fabio Berton
2016-11-21 17:19 ` [PATCH 12/22] cantest: " Fabio Berton
2016-11-22  4:14   ` Zhenhua Luo
2016-11-21 17:19 ` [PATCH 13/22] fsl-pme: " Fabio Berton
2016-11-22  4:16   ` Zhenhua Luo
2016-11-21 17:19 ` [PATCH 14/22] hyperrelay: " Fabio Berton
2016-11-22  4:18   ` Zhenhua Luo
2016-11-21 17:19 ` [PATCH 15/22] ipc-ust: " Fabio Berton
2016-11-21 17:19 ` [PATCH 16/22] pme-tools: " Fabio Berton
2016-11-22  4:22   ` Zhenhua Luo
2016-11-21 17:19 ` [PATCH 17/22] ceetm: " Fabio Berton
2016-11-21 17:19 ` [PATCH 18/22] pkc-host: " Fabio Berton
2016-11-21 17:19 ` [PATCH 19/22] skmm-host: " Fabio Berton
2016-11-21 17:19 ` [PATCH 20/22] cryptodev-qoriq-linux: " Fabio Berton
2016-11-22  4:42   ` Zhenhua Luo
2016-11-21 17:19 ` [PATCH 21/22] cryptodev-qoriq-module: " Fabio Berton
2016-11-22  4:44   ` Zhenhua Luo
2016-11-21 17:19 ` [PATCH 22/22] cryptodev-qoriq-tests: " Fabio Berton
2016-11-22  4:45   ` Zhenhua Luo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.