From 284877cb63856744f2af7145d722d2ce9c6d9cb8 Mon Sep 17 00:00:00 2001 From: Grigory Kletsko Date: Wed, 2 Nov 2016 17:43:18 +0300 Subject: Add sharing screen support to Weston via h.264 This patch enables sharing screen support between IVI and meter cluster for CES2017 demo using weston. h264 streaming data on the surface can be sent to the different soc via rtp protocol. Change-Id: Ie4d00e369039e57a19940284a7d82aba684a4bf6 Signed-off-by: Grigory Kletsko --- meta-rcar-gen2/recipes-graphics/wayland/weston_1.9.0.bbappend | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-rcar-gen2/recipes-graphics/wayland/weston_1.9.0.bbappend (limited to 'meta-rcar-gen2/recipes-graphics/wayland/weston_1.9.0.bbappend') diff --git a/meta-rcar-gen2/recipes-graphics/wayland/weston_1.9.0.bbappend b/meta-rcar-gen2/recipes-graphics/wayland/weston_1.9.0.bbappend new file mode 100644 index 0000000..db4ec27 --- /dev/null +++ b/meta-rcar-gen2/recipes-graphics/wayland/weston_1.9.0.bbappend @@ -0,0 +1,11 @@ +EXTRA_OECONF += "--enable-gst-recorder " +DEPENDS += "media-ctl" + +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI_append = " \ + file://0001-Add-virtual-output-support.patch \ + file://0002-Get-DMA-fd-on-bo.patch \ + file://0003-Add-gst-recorder-for-h264-output-streaming.patch \ + file://weston.service \ +" \ No newline at end of file -- cgit 1.2.3-korg From a45baaeac41ef0975315aa10a13cd3dc1d0c531f Mon Sep 17 00:00:00 2001 From: Yannick Gicquel Date: Wed, 21 Dec 2016 16:48:48 +0100 Subject: weston: fix missing dependencies This commit fix missing dependencies. Please refer to following: https://jira.automotivelinux.org/browse/SPEC-373 Bug-AGL: SPEC-373 Change-Id: I0e7e616ee2392e2ddc7aabc55379533c6ae5682d Signed-off-by: Yannick Gicquel Signed-off-by: Jan-Simon Moeller --- meta-rcar-gen2/recipes-graphics/wayland/weston_1.9.0.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-rcar-gen2/recipes-graphics/wayland/weston_1.9.0.bbappend') diff --git a/meta-rcar-gen2/recipes-graphics/wayland/weston_1.9.0.bbappend b/meta-rcar-gen2/recipes-graphics/wayland/weston_1.9.0.bbappend index db4ec27..33efb49 100644 --- a/meta-rcar-gen2/recipes-graphics/wayland/weston_1.9.0.bbappend +++ b/meta-rcar-gen2/recipes-graphics/wayland/weston_1.9.0.bbappend @@ -1,5 +1,5 @@ EXTRA_OECONF += "--enable-gst-recorder " -DEPENDS += "media-ctl" +DEPENDS += "media-ctl gstreamer1.0 gstreamer1.0-plugins-base libjpeg-turbo" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" @@ -8,4 +8,4 @@ SRC_URI_append = " \ file://0002-Get-DMA-fd-on-bo.patch \ file://0003-Add-gst-recorder-for-h264-output-streaming.patch \ file://weston.service \ -" \ No newline at end of file +" -- cgit 1.2.3-korg