[meta-freescale] [meta-fsl-arm PATCH 1/8] imx-vpu: Set PACKAGE_ARCH to MACHINE_ARCH

Otavio Salvador otavio at ossystems.com.br
Mon May 16 12:25:28 PDT 2016


The imx-vpu is a machine specific package, as it depends on the kernel
for build. We are going to change the PACKAGE_ARCH of it to be
MACHINE_SOCARCH as the interface provided by it is stable thus not
requring that the library users to be rebuild.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

 recipes-bsp/imx-vpu/imx-vpu.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-bsp/imx-vpu/imx-vpu.inc b/recipes-bsp/imx-vpu/imx-vpu.inc
index c84bf95..dc6c166 100644
--- a/recipes-bsp/imx-vpu/imx-vpu.inc
+++ b/recipes-bsp/imx-vpu/imx-vpu.inc
@@ -1,3 +1,4 @@
+# Copyright (C) 2013-2016 O.S. Systems Software LTDA.
 # Copyright (C) 2013 Freescale Semiconductor
 DESCRIPTION = "Freescale VPU library"
 LICENSE = "Proprietary"
@@ -19,3 +20,4 @@ do_install () {
     oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install
 }
 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
-- 
2.8.2



More information about the meta-freescale mailing list