From 99a52ef30ba23f601633fe9f2362f876041bb885 Mon Sep 17 00:00:00 2001 From: Harunobu Kurokawa Date: Tue, 26 Jun 2018 15:57:28 +0900 Subject: weston: Add gst-recorder in weston 2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Jan-Simon Möller --- meta-gstrecorder-rcar-gen3/conf/layer.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-gstrecorder-rcar-gen3/conf/layer.conf (limited to 'meta-gstrecorder-rcar-gen3/conf/layer.conf') diff --git a/meta-gstrecorder-rcar-gen3/conf/layer.conf b/meta-gstrecorder-rcar-gen3/conf/layer.conf new file mode 100644 index 00000000..dcf45c10 --- /dev/null +++ b/meta-gstrecorder-rcar-gen3/conf/layer.conf @@ -0,0 +1,10 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH =. "${LAYERDIR}:" + +# We have recipes-* directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "gstrecorder-rcar-gen3" +BBFILE_PATTERN_gstrecorder-rcar-gen3 = "^${LAYERDIR}/" +BBFILE_PRIORITY_gstrecorder-rcar-gen3 = "7" -- cgit 1.2.3-korg