summaryrefslogtreecommitdiffstats
path: root/meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend
diff options
context:
space:
mode:
authorHarunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>2018-06-26 15:57:28 +0900
committerHarunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>2018-06-28 12:51:59 +0000
commit99a52ef30ba23f601633fe9f2362f876041bb885 (patch)
tree90b91ab38cc20bcfc9f26247e62768186caff3ae /meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend
parentcf3716a3089b00279673cdc3f1cf65e741a7ae54 (diff)
weston: Add gst-recorder in weston 2.0.0
Once the gst-recorder patches are conflict and removed. This reverts commit c58cb01cb560da122ea64ba76d6b68a183e2f457 and update patches. Moreover, move weston_2.0.0.bbappend file from meta-agl-demo to meta-agl-devel. v2: rework into a agl feature (agl-gstrecorder) v3: mark as rcar-gen3 specific (COMPATIBLE_MACHINE) Change-Id: I92e7c37d4ef2b827f7d4217f5e2048067aa018a4 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend')
-rw-r--r--meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend b/meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend
new file mode 100644
index 00000000..51b75ce3
--- /dev/null
+++ b/meta-gstrecorder-rcar-gen3/recipes-graphics/wayland/weston_2.0.0.bbappend
@@ -0,0 +1,10 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+SRC_URI_append_rcar-gen3 = " \
+ 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 \
+"
+
+COMPATIBLE_MACHINE = "salvator-x|m3ulcb|h3ulcb"