From bd151bb0aa5d5492839fa23a8872014e67425771 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 6 Jun 2022 17:49:59 -0400 Subject: Rename agl-cluster-demo-support feature Rename agl-cluster-demo-support feature to agl-demo-cluster-support to make it clearer that it relates to the agl-demo-platform image. Bug-AGL: SPEC-4425 Signed-off-by: Scott Murray Change-Id: I9e1ebd2800ab55f3969be98034b60fcb4c09ba21 --- .../feature/agl-cluster-demo-support/50_local.conf.inc | 1 - .../README_feature_agl-cluster-demo-support.md | 15 --------------- templates/feature/agl-cluster-demo-support/included.dep | 1 - .../feature/agl-demo-cluster-support/50_local.conf.inc | 1 + .../README_feature_agl-demo-cluster-support.md | 17 +++++++++++++++++ templates/feature/agl-demo-cluster-support/included.dep | 1 + 6 files changed, 19 insertions(+), 17 deletions(-) delete mode 100644 templates/feature/agl-cluster-demo-support/50_local.conf.inc delete mode 100644 templates/feature/agl-cluster-demo-support/README_feature_agl-cluster-demo-support.md delete mode 100644 templates/feature/agl-cluster-demo-support/included.dep create mode 100644 templates/feature/agl-demo-cluster-support/50_local.conf.inc create mode 100644 templates/feature/agl-demo-cluster-support/README_feature_agl-demo-cluster-support.md create mode 100644 templates/feature/agl-demo-cluster-support/included.dep (limited to 'templates/feature') diff --git a/templates/feature/agl-cluster-demo-support/50_local.conf.inc b/templates/feature/agl-cluster-demo-support/50_local.conf.inc deleted file mode 100644 index 0be5431b..00000000 --- a/templates/feature/agl-cluster-demo-support/50_local.conf.inc +++ /dev/null @@ -1 +0,0 @@ -AGL_FEATURES:append = " agl-cluster-demo-support" diff --git a/templates/feature/agl-cluster-demo-support/README_feature_agl-cluster-demo-support.md b/templates/feature/agl-cluster-demo-support/README_feature_agl-cluster-demo-support.md deleted file mode 100644 index bdb04f0b..00000000 --- a/templates/feature/agl-cluster-demo-support/README_feature_agl-cluster-demo-support.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -description: Feature agl-cluster-demo-support -authors: Scott Murray ---- - -### Feature agl-cluster-demo-support - -*Description is missing - please complete file meta-agl-demo/templates/feature/agl-cluster-demo-support/README_feature_agl-cluster-demo-support.md* - -#### Dependent features pulled by agl-cluster-demo-support - -The following features are pulled: - -* agl-gstrecorder - diff --git a/templates/feature/agl-cluster-demo-support/included.dep b/templates/feature/agl-cluster-demo-support/included.dep deleted file mode 100644 index 1e9b35fb..00000000 --- a/templates/feature/agl-cluster-demo-support/included.dep +++ /dev/null @@ -1 +0,0 @@ -agl-weston-remoting diff --git a/templates/feature/agl-demo-cluster-support/50_local.conf.inc b/templates/feature/agl-demo-cluster-support/50_local.conf.inc new file mode 100644 index 00000000..188d8e8e --- /dev/null +++ b/templates/feature/agl-demo-cluster-support/50_local.conf.inc @@ -0,0 +1 @@ +AGL_FEATURES:append = " agl-demo-cluster-support" diff --git a/templates/feature/agl-demo-cluster-support/README_feature_agl-demo-cluster-support.md b/templates/feature/agl-demo-cluster-support/README_feature_agl-demo-cluster-support.md new file mode 100644 index 00000000..a9ff2cfb --- /dev/null +++ b/templates/feature/agl-demo-cluster-support/README_feature_agl-demo-cluster-support.md @@ -0,0 +1,17 @@ +--- +description: Feature agl-demo-cluster-support +authors: Scott Murray +--- + +### Feature agl-demo-cluster-support + +Enables support for remote navigation display on a connected board running +the agl-cluster-demo-platform image. The configuration is in large part +intended for use with the AGL tradeshow demo setup. + +#### Dependent features pulled by agl-demo-cluster-support + +The following features are pulled: + +* agl-weston-remoting + diff --git a/templates/feature/agl-demo-cluster-support/included.dep b/templates/feature/agl-demo-cluster-support/included.dep new file mode 100644 index 00000000..1e9b35fb --- /dev/null +++ b/templates/feature/agl-demo-cluster-support/included.dep @@ -0,0 +1 @@ +agl-weston-remoting -- cgit 1.2.3-korg