aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb
diff options
context:
space:
mode:
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.bb4
1 files changed, 3 insertions, 1 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..bd863c0a 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"
@@ -13,6 +15,6 @@ EXTRA_OEMAKE = "CC="${CC}""
TARGET_CC_ARCH += "${LDFLAGS}"
BRANCH = "master"
-SRC_URI = "git://git.ti.com/jacinto7_multimedia/viddec-test-app.git;protocol=git;branch=${BRANCH}"
+SRC_URI = "git://git.ti.com/git/jacinto7_multimedia/viddec-test-app.git;protocol=https;branch=${BRANCH}"
S = "${WORKDIR}/git"