X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-profile-core%2Frecipes-connectivity%2Fconnman%2Fconnman_%25.bbappend;h=8057fbbc7a4ac60e0b5d6552a51e117801490ada;hb=ddd5167836690fa6732cced15c7ae6a533fe7d85;hp=98729400c07222baef5950873d649943f73638ef;hpb=bfc73005bcf149a8065683e53939204d02d3517d;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-profile-core/recipes-connectivity/connman/connman_%.bbappend b/meta-agl-profile-core/recipes-connectivity/connman/connman_%.bbappend index 98729400c..8057fbbc7 100644 --- a/meta-agl-profile-core/recipes-connectivity/connman/connman_%.bbappend +++ b/meta-agl-profile-core/recipes-connectivity/connman/connman_%.bbappend @@ -12,6 +12,6 @@ do_install_append() { # Need to ignore eth1 in cluster demo setup if ${@bb.utils.contains('DISTRO_FEATURES', 'agl-cluster-demo-support', 'true', 'false', d)}; then - echo "NetworkInterfaceBlacklist=vmnet,vboxnet,virbr,ifb,eth1" >> ${D}${sysconfdir}/connman/main.conf + sed -i 's/^\(NetworkInterfaceBlacklist=.*\)/\1,eth1/' ${D}${sysconfdir}/connman/main.conf fi }