summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorHuang, David <d-huang@ti.com>2019-09-14 03:14:37 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-09-16 17:48:34 +0000
commit5d174a34a9d468fa11505c3b8d0ad9eda5fd0ba0 (patch)
tree6126d3ccd8a33a600b4212f6ba55a7a5d9ea649f /recipes-bsp
parent597599c650c829ff83f2b74fc9b4efaaa3112e85 (diff)
downloadmeta-ti-5d174a34a9d468fa11505c3b8d0ad9eda5fd0ba0.tar.gz
videnc-test-app: Add the videnc-test-app recipe
The videnc-test-app provides the video encoder test app (tienc_encode) for j7-evm. Signed-off-by: David Huang <d-huang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb b/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb
new file mode 100644
index 00000000..3bb5d745
--- /dev/null
+++ b/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Test applications for TI ENC (v4l2 encoder for IMG VXE384)"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://main.c;beginline=1;endline=14;md5=3545dd5bdf513840937d38c10b866605"
4
5DEPENDS = "libdrm"
6
7inherit autotools pkgconfig
8
9PR = "r0"
10SRCREV = "a5e7d820bea1be24f25a8369d4d4521c784f869a"
11
12EXTRA_OEMAKE = "CC="${CC}""
13TARGET_CC_ARCH += "${LDFLAGS}"
14
15BRANCH = "master"
16SRC_URI = "git://git.ti.com/jacinto7_multimedia/videnc-test-app.git;protocol=git;branch=${BRANCH}"
17
18S = "${WORKDIR}/git"