diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-01-12 17:23:58 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-13 20:35:47 +0000 |
commit | fec097c007277ffcfb4eeae9dab9a4b5baf07868 (patch) | |
tree | 122c2a37f089177a47622424158f23e84b9e82b7 /templates/feature | |
parent | d7d6c8622195aaf83bd66b53dec231d7b1c30bf1 (diff) |
Update agl-cluster-demo-support feature
Changes:
- Switch agl-cluster-demo-support from using IMAGE_FEATURES to
AGL_FEATURES to work better with building the different demo
images.
- Add a connman bbappend to move the agl-cluster-demo-support
specific logic out of meta-agl-core.
Bug-AGL: SPEC-3749
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Iad42662db903b7403ec7985c315793fdcd6fc9a7
Diffstat (limited to 'templates/feature')
-rw-r--r-- | templates/feature/agl-cluster-demo-support/50_local.conf.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feature/agl-cluster-demo-support/50_local.conf.inc b/templates/feature/agl-cluster-demo-support/50_local.conf.inc index f4724b586..fa5481af9 100644 --- a/templates/feature/agl-cluster-demo-support/50_local.conf.inc +++ b/templates/feature/agl-cluster-demo-support/50_local.conf.inc @@ -1 +1 @@ -DISTRO_FEATURES_append = " agl-cluster-demo-support" +AGL_FEATURES_append = " agl-cluster-demo-support" |