From c3b43f6db27847fec4588e709d6d16f24065655c Mon Sep 17 00:00:00 2001 From: Harunobu Kurokawa Date: Fri, 15 Sep 2017 22:33:47 +0900 Subject: Add gst-recorder implementation for weston2.0.0 This commit support virtual display and gst-recorder function for weston2.0.0. It is update patch for weston 2.0.0 and based on 562c0c1bb2ef74ccbfda1bae4f84a61828119674 Virtual display is additional display like as offscreen buffer and it is created from drm-backend. The gst-recorder is a transfer system using H.264 streaming and Ethernet. Change-Id: I1e1b07701229d47ab6616e85d78c6aa039a0775b Signed-off-by: Harunobu Kurokawa --- recipes-graphics/wayland/weston_2.0.0.bbappend | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes-graphics/wayland/weston_2.0.0.bbappend (limited to 'recipes-graphics/wayland/weston_2.0.0.bbappend') diff --git a/recipes-graphics/wayland/weston_2.0.0.bbappend b/recipes-graphics/wayland/weston_2.0.0.bbappend new file mode 100644 index 000000000..ba1a79ddc --- /dev/null +++ b/recipes-graphics/wayland/weston_2.0.0.bbappend @@ -0,0 +1,9 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI_append_ulcb = " \ + file://0001-Add-virtual-output-support.patch \ + file://0002-Add-gst-recorder-for-h264-output-streaming.patch \ + file://0003-gst-recorder-Use-USERPTR-instead-of-DMABUF-for-VSP-o.patch \ + file://0004-gst-record-Specify-bytesused-and-length-of-VSP-input.patch \ +" + -- cgit 1.2.3-korg