summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-02-12 17:57:02 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-05-16 16:23:04 -0300
commit41b23e60271c0b35f947cfc1e0c9915515d404a5 (patch)
tree874d87ca3ed3bd25846ca4c7445f5b2382a3d8b4 /recipes-bsp
parentad9cd8e85f5fd1e96063da99842a3b299762f011 (diff)
downloadmeta-fsl-arm-41b23e60271c0b35f947cfc1e0c9915515d404a5.tar.gz
imx-vpu: Set PACKAGE_ARCH to MACHINE_ARCH
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@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/imx-vpu/imx-vpu.inc2
1 files changed, 2 insertions, 0 deletions
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 @@
1# Copyright (C) 2013-2016 O.S. Systems Software LTDA.
1# Copyright (C) 2013 Freescale Semiconductor 2# Copyright (C) 2013 Freescale Semiconductor
2DESCRIPTION = "Freescale VPU library" 3DESCRIPTION = "Freescale VPU library"
3LICENSE = "Proprietary" 4LICENSE = "Proprietary"
@@ -19,3 +20,4 @@ do_install () {
19 oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install 20 oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install
20} 21}
21 22
23PACKAGE_ARCH = "${MACHINE_ARCH}"