summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/ti-img-encode-decode
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-09-13 03:55:23 +0000
committerRyan Eatmon <reatmon@ti.com>2022-09-22 11:23:07 -0500
commit6686c2f6c36bbcebe11b2bad3b287accfd70d853 (patch)
treed014b6a276bb0a7d4fc6a5ead554b6b767e7ecff /meta-ti-bsp/recipes-bsp/ti-img-encode-decode
parent85f42b95d73dea9170e19f3462e8a1fdffedba53 (diff)
downloadmeta-ti-6686c2f6c36bbcebe11b2bad3b287accfd70d853.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 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>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/ti-img-encode-decode')
-rw-r--r--meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb2
-rw-r--r--meta-ti-bsp/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb
index 718fdbe1..ffc3f56e 100644
--- a/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb
+++ b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb
@@ -6,7 +6,7 @@ DEPENDS = "libdrm ffmpeg"
6 6
7inherit autotools pkgconfig 7inherit autotools pkgconfig
8 8
9COMPATIBLE_MACHINE = "j7" 9COMPATIBLE_MACHINE = "j721e"
10 10
11PR = "r1" 11PR = "r1"
12SRCREV = "94a80c8c090dbfdc7fafd4e5bb78c2091e715af2" 12SRCREV = "94a80c8c090dbfdc7fafd4e5bb78c2091e715af2"
diff --git a/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb
index 4dc81c54..125a9250 100644
--- a/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb
+++ b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb
@@ -6,7 +6,7 @@ DEPENDS = "libdrm"
6 6
7inherit autotools pkgconfig 7inherit autotools pkgconfig
8 8
9COMPATIBLE_MACHINE = "j7" 9COMPATIBLE_MACHINE = "j721e"
10 10
11PR = "r0" 11PR = "r0"
12SRCREV = "a5e7d820bea1be24f25a8369d4d4521c784f869a" 12SRCREV = "a5e7d820bea1be24f25a8369d4d4521c784f869a"