This repository contains the following tests * drm-tests * gst-test-player used for trickplay * messageq based application for profiling IPC performance * thermal tests * vpe related test cases
Signed-off-by: Karthik Ramanan <[email protected]> --- .../example-applications/example-applications.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-arago-extras/recipes-graphics/example-applications/example-applications.bb diff --git a/meta-arago-extras/recipes-graphics/example-applications/example-applications.bb b/meta-arago-extras/recipes-graphics/example-applications/example-applications.bb new file mode 100644 index 0000000..fa5c3ab --- /dev/null +++ b/meta-arago-extras/recipes-graphics/example-applications/example-applications.bb @@ -0,0 +1,15 @@ +SUMMARY = "GLSDK example applications" +HOMEPAGE = "http://git.ti.com" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=10a9abb9c5bb19edd83a8cf66eef7148" + +DEPENDS = "gstreamer libdrm ti-ipc" + +COMPATIBLE_MACHINE = "omap-a15" + +inherit autotools pkgconfig + +SRC_URI = "git://git.ti.com/glsdk/example-applications.git;protocol=git" +SRCREV = "a21dd98d5686a6c4563f89966cb459158085dd1b" + +S = "${WORKDIR}/git" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
