This contains updates to several test applications. Some of the important changes are:
* gsttestplayer: Adaptation to GST 1.x * vip: Fixed configure and Makefile * configure: Provide option to disable gst tests * sensor-cfg: Application to configure sensors from user space * testvpe: Add RGB565 support * testvpe: Add support for SEQ_TB buffers Signed-off-by: Karthik Ramanan <[email protected]> --- .../glsdk-example-apps/glsdk-example-apps.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb index a6b45b8..deb5ccd 100644 --- a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb +++ b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://git.ti.com/glsdk" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=10a9abb9c5bb19edd83a8cf66eef7148" -DEPENDS = "gstreamer libdrm ti-ipc" +DEPENDS = "gstreamer1.0 libdrm ti-ipc" COMPATIBLE_MACHINE = "dra7xx-evm" @@ -12,6 +12,6 @@ S = "${WORKDIR}/git" inherit autotools pkgconfig SRC_URI = "git://git.ti.com/glsdk/example-applications.git;protocol=git" -SRCREV = "a21dd98d5686a6c4563f89966cb459158085dd1b" +SRCREV = "ac71e62ec2bd4c94cd73f24fcf0fc8f4f2876dc8" -PR = "r1" +PR = "r2" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
