From: Otavio Salvador Date: Sat, 19 Feb 2022 01:09:34 +0000 (-0300) Subject: imx-vpu-hantro: Mark PACKAGE_ARCH as MACHINE_SOCARCH X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9049faf327ae4d6621451e4ecbf55e27eaf7d12d;p=meta-freescale.git 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 --- diff --git a/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.6.0.bb b/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.6.0.bb index 3dc5d4db..caa18297 100644 --- a/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.6.0.bb +++ b/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.6.0.bb @@ -32,4 +32,5 @@ do_install () { FILES:${PN} = "/" +PACKAGE_ARCH = "${MACHINE_SOCARCH}" COMPATIBLE_MACHINE = "(mx8mp-nxp-bsp)" 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" RDEPENDS:${PN} += "imx-vpu-hantro-daemon" +PACKAGE_ARCH = "${MACHINE_SOCARCH}" COMPATIBLE_MACHINE = "(mx8mq-nxp-bsp|mx8mm-nxp-bsp|mx8mp-nxp-bsp)"