diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-05-25 17:06:41 +0000 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-05-25 17:21:11 +0000 |
commit | 3b1c9c16b7dc6d3afca254f9f9adff073235c258 (patch) | |
tree | 837cf8628dd484c90d42eeaf60c4d70e1c1ffadf /templates | |
parent | 7b362a078e50e3c3a5784178853ab141bc706b09 (diff) |
Remove agl-gstrecorder / meta-gstrecorder-rcar-gen3
Remove the agl-gstrecorder feature and its meta-gstrecorder-rcar-gen3
layer. The feature itself is going to be replaced with a more generic
agl-weston-remoting feature in meta-agl. From the layer, the remoting
gbm fix is no longer required for rcar3 in Weston 8.0.0, and the
remoting initialization timing patch is generic, and is thus going to
be applied for all platforms in meta-agl-profile-graphical to make
cluster support generic.
Bug-AGL: SPEC-3395
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I69ea73cc14a30e084fb0443628956fdc2572060e
Diffstat (limited to 'templates')
4 files changed, 0 insertions, 31 deletions
diff --git a/templates/feature/agl-gstrecorder/50_bblayers.conf.inc b/templates/feature/agl-gstrecorder/50_bblayers.conf.inc deleted file mode 100644 index 72160da4..00000000 --- a/templates/feature/agl-gstrecorder/50_bblayers.conf.inc +++ /dev/null @@ -1,5 +0,0 @@ - -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 deleted file mode 100644 index 54fedd6c..00000000 --- a/templates/feature/agl-gstrecorder/50_local.conf.inc +++ /dev/null @@ -1,3 +0,0 @@ -#see meta-agl-devel/meta-gstrecorder-rcar-gen3/conf/include/agl_gstrecorder.inc -require conf/include/agl_gstrecorder.inc - diff --git a/templates/feature/agl-gstrecorder/50_setupwarning.sh b/templates/feature/agl-gstrecorder/50_setupwarning.sh deleted file mode 100755 index ae6b1312..00000000 --- a/templates/feature/agl-gstrecorder/50_setupwarning.sh +++ /dev/null @@ -1,14 +0,0 @@ -#Note to the user! - -echo "##################################" -echo "# ATTENTION: the network between #" -echo "# sender and receiver of the #" -echo "# gstrecorder feed needs to be #" -echo "# configured or #" -echo "# WESTON WILL FAIL TO START ! #" -echo "# #" -echo "# (hint: 192.168.20.x) #" -echo "##################################" - -sleep 2 - diff --git a/templates/feature/agl-gstrecorder/README_feature_agl-gstrecorder.md b/templates/feature/agl-gstrecorder/README_feature_agl-gstrecorder.md deleted file mode 100644 index 39617bb9..00000000 --- a/templates/feature/agl-gstrecorder/README_feature_agl-gstrecorder.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -description: Feature agl-gstrecorder -authors: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>, Jan-Simon Möller <jsmoeller@linuxfoundation.org>, Scott Murray <scott.murray@konsulko.com>, Stephane Desneux <stephane.desneux@iot.bzh> ---- - -### Feature agl-gstrecorder - -*Description is missing - please complete file meta-agl-devel/templates/feature/agl-gstrecorder/README_feature_agl-gstrecorder.md* - |