diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-02-12 17:57:02 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-06-02 15:21:04 -0300 |
commit | a2d0c59490c51c8df8b5200ff5037370941dd258 (patch) | |
tree | 24f633e99c1e4b471e8613e7f015c25f9a61f4fe /recipes-bsp | |
parent | d565d62b9e574c796b41f4730f79724831adba9e (diff) | |
download | meta-freescale-a2d0c59490c51c8df8b5200ff5037370941dd258.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.inc | 2 |
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 c84bf955..dc6c1666 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 |
2 | DESCRIPTION = "Freescale VPU library" | 3 | DESCRIPTION = "Freescale VPU library" |
3 | LICENSE = "Proprietary" | 4 | LICENSE = "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 | ||
23 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||