summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.24.0.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-02-18 22:09:34 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2022-02-21 20:06:28 -0300
commit9049faf327ae4d6621451e4ecbf55e27eaf7d12d (patch)
treeaaa1410758ab776bf1a54eac3238d55dbba4aaff /recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.24.0.bb
parentdbd0f0ae908a6b287488707cfe9f2d464b9b02d5 (diff)
downloadmeta-freescale-9049faf327ae4d6621451e4ecbf55e27eaf7d12d.tar.gz
imx-vpu-hantro: Mark PACKAGE_ARCH as MACHINE_SOCARCH
The compilation vary depending on the target SoC we wish to use so we must ensure it doesn't end in generic architecture feed. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.24.0.bb')
-rw-r--r--recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.24.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.24.0.bb b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.24.0.bb
index 6290c6e5..04340f30 100644
--- a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.24.0.bb
+++ b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.24.0.bb
@@ -32,4 +32,5 @@ FILES:${PN} += "/unit_tests"
32 32
33RDEPENDS:${PN} += "imx-vpu-hantro-daemon" 33RDEPENDS:${PN} += "imx-vpu-hantro-daemon"
34 34
35PACKAGE_ARCH = "${MACHINE_SOCARCH}"
35COMPATIBLE_MACHINE = "(mx8mq-nxp-bsp|mx8mm-nxp-bsp|mx8mp-nxp-bsp)" 36COMPATIBLE_MACHINE = "(mx8mq-nxp-bsp|mx8mm-nxp-bsp|mx8mp-nxp-bsp)"