diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-06-06 17:49:59 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-07-06 14:00:05 -0400 |
commit | bd151bb0aa5d5492839fa23a8872014e67425771 (patch) | |
tree | 444c12cd6a747c9aa8915b0d50581dd6685e96d2 /recipes-connectivity/connman/connman-conf_agldemo.inc | |
parent | 5b3bec28c9b1197d824f3bdfe3345fbb5651b067 (diff) |
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 <scott.murray@konsulko.com>
Change-Id: I9e1ebd2800ab55f3969be98034b60fcb4c09ba21
Diffstat (limited to 'recipes-connectivity/connman/connman-conf_agldemo.inc')
-rw-r--r-- | recipes-connectivity/connman/connman-conf_agldemo.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/connman/connman-conf_agldemo.inc b/recipes-connectivity/connman/connman-conf_agldemo.inc index 5b732ae52..7b736ec6b 100644 --- a/recipes-connectivity/connman/connman-conf_agldemo.inc +++ b/recipes-connectivity/connman/connman-conf_agldemo.inc @@ -1,6 +1,6 @@ do_install:append() { # Need to ignore eth1 in cluster demo setup - if ${@bb.utils.contains('AGL_FEATURES', 'agl-cluster-demo-support', 'true', 'false', d)}; then + if ${@bb.utils.contains('AGL_FEATURES', 'agl-demo-cluster-support', 'true', 'false', d)}; then sed -i 's/^\(NetworkInterfaceBlacklist=.*\)/\1,eth1/' ${D}${sysconfdir}/connman/main.conf fi } |