summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-cluster-demo-support
AgeCommit message (Collapse)AuthorFilesLines
2020-05-26Cluster demo support updatesScott Murray1-1/+1
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
2019-07-24add markdown documentation for all machines and featuresStéphane Desneux1-0/+15
THIS IS STILL WIP - not all features/machines are described Bug-AGL: SPEC-1902 Change-Id: Ibe5b4afe039a65594bb30e0fc0ecedb1f4539de4 Signed-off-by: Stéphane Desneux <stephane.desneux@iot.bzh>
2018-12-10Add agl-cluster-demo-support featureScott Murray2-0/+2
Add new feature to enable support for the cluster demo. At the moment, it pulls in the agl-gstrecorder feature and enables building the required mapviewer application. Bug-AGL: SPEC-1730 Change-Id: I18c0312eefca9bb8c591e8b8a2b8113b4e94c7fc Signed-off-by: Scott Murray <scott.murray@konsulko.com> (cherry picked from commit af3ecc175fdb3cfbb7501ec5f1aad7718c08472a)