summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/connman/connman_agldemo.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/connman/connman_agldemo.inc')
-rw-r--r--recipes-connectivity/connman/connman_agldemo.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/connman/connman_agldemo.inc b/recipes-connectivity/connman/connman_agldemo.inc
index 5b732ae5..7b736ec6 100644
--- a/recipes-connectivity/connman/connman_agldemo.inc
+++ b/recipes-connectivity/connman/connman_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
}