The test app is not compatible with later versions of j7, so add COMPATIBLE_MACHINE to lock these recipes down to just j7-evm and j7-hs-evm.
Signed-off-by: Ryan Eatmon <[email protected]> --- recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb | 2 ++ recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb b/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb index 48a17537..2fe95cb8 100644 --- a/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb +++ b/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb @@ -6,6 +6,8 @@ DEPENDS = "libdrm ffmpeg" inherit autotools pkgconfig +COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm" + PR = "r1" SRCREV = "94a80c8c090dbfdc7fafd4e5bb78c2091e715af2" diff --git a/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb b/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb index 3bb5d745..35dacd12 100644 --- a/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb +++ b/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb @@ -6,6 +6,8 @@ DEPENDS = "libdrm" inherit autotools pkgconfig +COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm" + PR = "r0" SRCREV = "a5e7d820bea1be24f25a8369d4d4521c784f869a" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14878): https://lists.yoctoproject.org/g/meta-ti/message/14878 Mute This Topic: https://lists.yoctoproject.org/mt/92382940/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
