summaryrefslogtreecommitdiffstats
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 02:31:06 +0000
commit24c309e86ac672d323b1c4d89a88c45418dac4e1 (patch)
treeb220bb54af2b0fe7d89d54d3d54634b97fbd1ae6
parent6eedcfaf1a810c695f4d99e5fd26b14022347ae6 (diff)
downloadmeta-ti-24c309e86ac672d323b1c4d89a88c45418dac4e1.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>
-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"