summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorHuang, David <d-huang@ti.com>2019-06-22 14:44:18 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-06-25 14:58:33 +0000
commit03858b1071d60bb8cecd9d0e0fd6934a6b082b5b (patch)
tree5817d735b1b533cb6ab82e816006b47842ac3ea0 /recipes-bsp
parente8d5ea8aa6a7c2c85a51349c028b17d78423c62a (diff)
downloadmeta-ti-03858b1071d60bb8cecd9d0e0fd6934a6b082b5b.tar.gz
viddec-test-app: Add the viddec-test-app recipe
Signed-off-by: David Huang <d-huang@ti.com> Signed-off-by: Angela Stegmaier <angelabaker@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb18
1 files changed, 18 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
new file mode 100644
index 00000000..26f7c2d5
--- /dev/null
+++ b/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Test applications for TI DEC (v4l2 decoder for IMG D5520)"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://main.c;beginline=1;endline=14;md5=f17e17d664f72942124e4fcf06c178ee"
4
5DEPENDS = "libdrm ffmpeg"
6
7inherit autotools pkgconfig
8
9PR = "r0"
10SRCREV = "9d5b3c11ac24dbed9284e849c0db9daeb47704e7"
11
12EXTRA_OEMAKE = "CC="${CC}""
13TARGET_CC_ARCH += "${LDFLAGS}"
14
15BRANCH = "master"
16SRC_URI = "git://git.ti.com/jacinto7_multimedia/viddec-test-app.git;protocol=git;branch=${BRANCH}"
17
18S = "${WORKDIR}/git"