1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-05 02:11:00 +00:00

ti-img-encode-decode: Lock test app to j7-evm

The test app is not compatible with later versions of j7, so
add COMPATIBLE_MACHINE to lock these recipes down to just
j721e.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Ryan Eatmon
2022-09-13 03:55:23 +00:00
parent 85f42b95d7
commit 6686c2f6c3
2 changed files with 2 additions and 2 deletions
@@ -6,7 +6,7 @@ DEPENDS = "libdrm ffmpeg"
inherit autotools pkgconfig
COMPATIBLE_MACHINE = "j7"
COMPATIBLE_MACHINE = "j721e"
PR = "r1"
SRCREV = "94a80c8c090dbfdc7fafd4e5bb78c2091e715af2"
@@ -6,7 +6,7 @@ DEPENDS = "libdrm"
inherit autotools pkgconfig
COMPATIBLE_MACHINE = "j7"
COMPATIBLE_MACHINE = "j721e"
PR = "r0"
SRCREV = "a5e7d820bea1be24f25a8369d4d4521c784f869a"