[meta-ti] [thud][PATCH] viddec-test-app: Add the viddec-test-app recipe

Angela Stegmaier angelabaker at ti.com
Thu Jun 20 15:36:57 PDT 2019


Signed-off-by: David Huang <d-huang at ti.com>
Signed-off-by: Angela Stegmaier <angelabaker at ti.com>
---
 .../viddec-test-app/viddec-test-app_1.0.0.bb           | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 recipes-multimedia/viddec-test-app/viddec-test-app_1.0.0.bb

diff --git a/recipes-multimedia/viddec-test-app/viddec-test-app_1.0.0.bb b/recipes-multimedia/viddec-test-app/viddec-test-app_1.0.0.bb
new file mode 100644
index 0000000..26f7c2d
--- /dev/null
+++ b/recipes-multimedia/viddec-test-app/viddec-test-app_1.0.0.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Test applications for TI DEC (v4l2 decoder for IMG D5520)"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://main.c;beginline=1;endline=14;md5=f17e17d664f72942124e4fcf06c178ee"
+
+DEPENDS = "libdrm ffmpeg"
+
+inherit autotools pkgconfig
+
+PR = "r0"
+SRCREV = "9d5b3c11ac24dbed9284e849c0db9daeb47704e7"
+
+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}"
+
+S = "${WORKDIR}/git"
-- 
1.9.1



More information about the meta-ti mailing list