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 /templates | |
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 'templates')
-rw-r--r-- | templates/feature/agl-gstrecorder/50_bblayers.conf.inc | 5 | ||||
-rw-r--r-- | templates/feature/agl-gstrecorder/50_local.conf.inc | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/templates/feature/agl-gstrecorder/50_bblayers.conf.inc b/templates/feature/agl-gstrecorder/50_bblayers.conf.inc new file mode 100644 index 00000000..72160da4 --- /dev/null +++ b/templates/feature/agl-gstrecorder/50_bblayers.conf.inc @@ -0,0 +1,5 @@ + +BBLAYERS =+ " \ + ${METADIR}/meta-agl-devel/meta-gstrecorder-rcar-gen3 \ + " + diff --git a/templates/feature/agl-gstrecorder/50_local.conf.inc b/templates/feature/agl-gstrecorder/50_local.conf.inc new file mode 100644 index 00000000..a5dc17bb --- /dev/null +++ b/templates/feature/agl-gstrecorder/50_local.conf.inc @@ -0,0 +1,2 @@ +#see meta-agl-devel/meta-gstrecorder-rcar-gen3/conf/include/agl_gstrecorder.inc +#require conf/include/agl_gstrecorder.inc |