diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-05-25 17:14:16 +0000 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-05-26 14:36:11 +0000 |
commit | b83de510d5e50285805b557866b94c5be3dd2a3f (patch) | |
tree | 8cff013155d94a7f97c8521249fc0ba1f3dacd97 /templates/feature/agl-cluster-demo-support | |
parent | 2e30ec6f8131deacec2861d43000e42515d66019 (diff) |
Cluster demo support updates
Changes include:
- Rework cluster-demo-network-config recipe to have the installed
service file be a template, allowing the recipe to potentially
change the target network device easily. A new variable
AGL_CLUSTER_NET_DEVICE has been added to do so, with a default
value of eth1. The interface configuration has been moved to a
helper shell script, cluster-demo-network-conf.sh, with some
additional logic added to update the interface blacklist in the
connman configuration. This makes things more generic and allows
setting up the cluster demo on boards other than H3+KF.
- Update agl-cluster-demo-support feature dependency with new
agl-weston-remoting feature that replaces agl-gstrecorder.
Bug-AGL: SPEC-3395
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I9109b8e7782112d5504866f67e6bb5953c79d4a8
Diffstat (limited to 'templates/feature/agl-cluster-demo-support')
-rw-r--r-- | templates/feature/agl-cluster-demo-support/included.dep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/feature/agl-cluster-demo-support/included.dep b/templates/feature/agl-cluster-demo-support/included.dep index 17ef3ba98..1e9b35fbf 100644 --- a/templates/feature/agl-cluster-demo-support/included.dep +++ b/templates/feature/agl-cluster-demo-support/included.dep @@ -1 +1 @@ -agl-gstrecorder +agl-weston-remoting |