summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/connman/connman-conf_agldemo.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/connman/connman-conf_agldemo.inc')
-rw-r--r--recipes-connectivity/connman/connman-conf_agldemo.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-connectivity/connman/connman-conf_agldemo.inc b/recipes-connectivity/connman/connman-conf_agldemo.inc
deleted file mode 100644
index 7b736ec6..00000000
--- a/recipes-connectivity/connman/connman-conf_agldemo.inc
+++ /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
-}