From 7048fbdc05c1f2d9acaf1052550dec792c1f18da Mon Sep 17 00:00:00 2001 From: Cristian Iorga Date: Tue, 15 Jan 2013 22:08:46 +0200 Subject: connman-conf: configures connman in qemu machines For qemu machines, connman should not configure virtual wired interfaces. Wired interfaces (eth0) are assigned static IP addresses by the virtual machine manager (qemu). This packages places the eth0 interface in a list of blacklisted interfaces, forbiding connman administering wired interfaces for qemu machines. (From OE-Core rev: cfd9ab0eff27a59b8b9e750a01565e2e7c94e801) Signed-off-by: Cristian Iorga Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-connectivity/connman/connman-conf/qemuall/main.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta/recipes-connectivity/connman/connman-conf/qemuall/main.conf (limited to 'meta/recipes-connectivity/connman/connman-conf') diff --git a/meta/recipes-connectivity/connman/connman-conf/qemuall/main.conf b/meta/recipes-connectivity/connman/connman-conf/qemuall/main.conf new file mode 100644 index 0000000000..01973e7f71 --- /dev/null +++ b/meta/recipes-connectivity/connman/connman-conf/qemuall/main.conf @@ -0,0 +1,3 @@ +[General] + +NetworkInterfaceBlacklist = eth -- cgit v1.2.3-54-g00ecf