summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSidraya <sidraya.bj@pathpartnertech.com>2021-11-30 23:13:01 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2021-12-06 10:56:08 -0600
commit8779fba919157159b10250c9a7ff31a9848cf8eb (patch)
tree7905be6be93bece769f9f0cce93483e709c58c68
parenta3d1da3a6005c5305472ebab4627039b0c4bd585 (diff)
downloadmeta-ti-8779fba919157159b10250c9a7ff31a9848cf8eb.tar.gz
viddec-test-app: Add the viddec-test-app recipe
The viddec-test-app provides the video decoder test app (tidec_decode) for j7-evm. 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> Signed-off-by: Sidraya <sidraya.bj@pathpartnertech.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..48a17537
--- /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 = "r1"
10SRCREV = "94a80c8c090dbfdc7fafd4e5bb78c2091e715af2"
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"