From b83de510d5e50285805b557866b94c5be3dd2a3f Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 25 May 2020 17:14:16 +0000 Subject: 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 Change-Id: I9109b8e7782112d5504866f67e6bb5953c79d4a8 --- templates/feature/agl-cluster-demo-support/included.dep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/feature/agl-cluster-demo-support/included.dep') diff --git a/templates/feature/agl-cluster-demo-support/included.dep b/templates/feature/agl-cluster-demo-support/included.dep index 17ef3ba9..1e9b35fb 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 -- cgit 1.2.3-korg