X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-connectivity%2Fconnman%2Fconnman-conf_agldemo.inc;h=7b736ec6bc4d03e3aff8817015462b69cc3ebcc8;hb=bd151bb0aa5d5492839fa23a8872014e67425771;hp=5b732ae52c51ef131f4ddd7deb0d1a9d675b5d6d;hpb=5b3bec28c9b1197d824f3bdfe3345fbb5651b067;p=AGL%2Fmeta-agl-demo.git 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 }