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-23 10:16:14 -0300
committerGitHub <noreply@github.com>2022-02-23 10:16:14 -0300
commite1687f81e0cc4a61c5d853c9b9df561ebc5ef88a (patch)
treed8b2e84e2e00f92a43fc9ca5e1d361b6091cc1cc /recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.24.0.bb
parenta021abc00aaddfffaffcddacd7334f704b73ca6c (diff)
parentb937d5b9e3ddf8025a72a0c0b6083e5482e9cf4d (diff)
downloadmeta-freescale-e1687f81e0cc4a61c5d853c9b9df561ebc5ef88a.tar.gz
Merge pull request #980 from Freescale/topic/generalize-soc-overrides
Generalize overrides subsystem for NXP and Mainline support
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.bb9
1 files changed, 5 insertions, 4 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 84c716109..04340f305 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
@@ -14,9 +14,9 @@ inherit fsl-eula-unpack use-imx-headers
14 14
15PARALLEL_MAKE="-j 1" 15PARALLEL_MAKE="-j 1"
16 16
17PLATFORM:mx8mm = "IMX8MM" 17PLATFORM:mx8mm-nxp-bsp = "IMX8MM"
18PLATFORM:mx8mq = "IMX8MQ" 18PLATFORM:mx8mq-nxp-bsp = "IMX8MQ"
19PLATFORM:mx8mp = "IMX8MP" 19PLATFORM:mx8mp-nxp-bsp = "IMX8MP"
20 20
21EXTRA_OEMAKE = " \ 21EXTRA_OEMAKE = " \
22 CROSS_COMPILE="${HOST_PREFIX}" \ 22 CROSS_COMPILE="${HOST_PREFIX}" \
@@ -32,4 +32,5 @@ FILES:${PN} += "/unit_tests"
32 32
33RDEPENDS:${PN} += "imx-vpu-hantro-daemon" 33RDEPENDS:${PN} += "imx-vpu-hantro-daemon"
34 34
35COMPATIBLE_MACHINE = "(mx8mq|mx8mm|mx8mp)" 35PACKAGE_ARCH = "${MACHINE_SOCARCH}"
36COMPATIBLE_MACHINE = "(mx8mq-nxp-bsp|mx8mm-nxp-bsp|mx8mp-nxp-bsp)"