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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user