diff options
author | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2018-06-26 15:57:28 +0900 |
---|---|---|
committer | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2018-06-28 12:51:59 +0000 |
commit | 99a52ef30ba23f601633fe9f2362f876041bb885 (patch) | |
tree | 90b91ab38cc20bcfc9f26247e62768186caff3ae /meta-gstrecorder-rcar-gen3/conf/layer.conf | |
parent | cf3716a3089b00279673cdc3f1cf65e741a7ae54 (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/conf/layer.conf')
-rw-r--r-- | meta-gstrecorder-rcar-gen3/conf/layer.conf | 10 |
1 files changed, 10 insertions, 0 deletions
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" |