diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2022-02-23 10:16:14 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-23 10:16:14 -0300 |
| commit | e1687f81e0cc4a61c5d853c9b9df561ebc5ef88a (patch) | |
| tree | d8b2e84e2e00f92a43fc9ca5e1d361b6091cc1cc /recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.24.0.bb | |
| parent | a021abc00aaddfffaffcddacd7334f704b73ca6c (diff) | |
| parent | b937d5b9e3ddf8025a72a0c0b6083e5482e9cf4d (diff) | |
| download | meta-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.bb | 9 |
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 | ||
| 15 | PARALLEL_MAKE="-j 1" | 15 | PARALLEL_MAKE="-j 1" |
| 16 | 16 | ||
| 17 | PLATFORM:mx8mm = "IMX8MM" | 17 | PLATFORM:mx8mm-nxp-bsp = "IMX8MM" |
| 18 | PLATFORM:mx8mq = "IMX8MQ" | 18 | PLATFORM:mx8mq-nxp-bsp = "IMX8MQ" |
| 19 | PLATFORM:mx8mp = "IMX8MP" | 19 | PLATFORM:mx8mp-nxp-bsp = "IMX8MP" |
| 20 | 20 | ||
| 21 | EXTRA_OEMAKE = " \ | 21 | EXTRA_OEMAKE = " \ |
| 22 | CROSS_COMPILE="${HOST_PREFIX}" \ | 22 | CROSS_COMPILE="${HOST_PREFIX}" \ |
| @@ -32,4 +32,5 @@ FILES:${PN} += "/unit_tests" | |||
| 32 | 32 | ||
| 33 | RDEPENDS:${PN} += "imx-vpu-hantro-daemon" | 33 | RDEPENDS:${PN} += "imx-vpu-hantro-daemon" |
| 34 | 34 | ||
| 35 | COMPATIBLE_MACHINE = "(mx8mq|mx8mm|mx8mp)" | 35 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
| 36 | COMPATIBLE_MACHINE = "(mx8mq-nxp-bsp|mx8mm-nxp-bsp|mx8mp-nxp-bsp)" | ||
