diff options
-rw-r--r-- | recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.8.0.bb | 2 | ||||
-rw-r--r-- | recipes-extended/vpp-core/vpp-core.bb | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.8.0.bb b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.8.0.bb index c49f90db..a330c7b0 100644 --- a/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.8.0.bb +++ b/recipes-bsp/imx-vpu-hantro/imx-vpu-hantro_1.8.0.bb | |||
@@ -32,4 +32,4 @@ do_install () { | |||
32 | 32 | ||
33 | FILES_${PN} += "/unit_tests" | 33 | FILES_${PN} += "/unit_tests" |
34 | 34 | ||
35 | COMPATIBLE_MACHINE = "(mx8mq|mx8mm)" | 35 | COMPATIBLE_MACHINE = "(mx8m)" |
diff --git a/recipes-extended/vpp-core/vpp-core.bb b/recipes-extended/vpp-core/vpp-core.bb index 173d2df5..2bfbba88 100644 --- a/recipes-extended/vpp-core/vpp-core.bb +++ b/recipes-extended/vpp-core/vpp-core.bb | |||
@@ -60,3 +60,6 @@ do_install_append() { | |||
60 | 60 | ||
61 | 61 | ||
62 | BBCLASSEXTEND = "native nativesdk" | 62 | BBCLASSEXTEND = "native nativesdk" |
63 | |||
64 | COMPATIBLE_MACHINE_class-target = "(qoriq)" | ||
65 | |||