summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-07-14 07:22:56 -0500
committerRyan Eatmon <reatmon@ti.com>2022-07-14 07:22:56 -0500
commit2bab786b59b34c83ff966448b097dc0d1ab91624 (patch)
treeedb7b4e6193deb568ed652a5abcc2f38749f9015 /recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb
parent00b859dbf725df4dace9ddb691adb0b6e821cedc (diff)
downloadmeta-ti-2bab786b59b34c83ff966448b097dc0d1ab91624.tar.gz
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 j7-evm and j7-hs-evm. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb')
-rw-r--r--recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb2
1 files changed, 2 insertions, 0 deletions
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"
6 6
7inherit autotools pkgconfig 7inherit autotools pkgconfig
8 8
9COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm"
10
9PR = "r1" 11PR = "r1"
10SRCREV = "94a80c8c090dbfdc7fafd4e5bb78c2091e715af2" 12SRCREV = "94a80c8c090dbfdc7fafd4e5bb78c2091e715af2"
11 13