Replace agl-demo* features with preconfigured images
[AGL/meta-agl-demo.git] / recipes-connectivity / connman / connman-conf_agldemo.inc
diff --git a/recipes-connectivity/connman/connman-conf_agldemo.inc b/recipes-connectivity/connman/connman-conf_agldemo.inc
deleted file mode 100644 (file)
index 7b736ec..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-do_install:append() {
-    # Need to ignore eth1 in cluster demo setup
-    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
-}