From c407a33fe8d808e4c1c6a15a524de179e658c696 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Wed, 13 Apr 2016 15:58:12 +0000 Subject: Select networking manager with VIRTUAL-RUNTIME_net_manager at distro level This variable allows to select the network manager daemon to use in the distro. Possible values are: systemd, connman. Later, it's possible to add other network daemons as well. Change-Id: I4085b4459d3ea110513f6ca9b921c5da92a7d745 Signed-off-by: Stephane Desneux --- meta-agl/conf/distro/poky-agl.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-agl/conf') diff --git a/meta-agl/conf/distro/poky-agl.conf b/meta-agl/conf/distro/poky-agl.conf index b631f8779..1be2a96b8 100644 --- a/meta-agl/conf/distro/poky-agl.conf +++ b/meta-agl/conf/distro/poky-agl.conf @@ -17,6 +17,9 @@ PREFERRED_PROVIDER_udev-utils ?= "systemd" VIRTUAL-RUNTIME_init_manager = "systemd" VIRTUAL-RUNTIME_initscripts = "" +# network manager to use (possible values: systemd, connman) +VIRTUAL-RUNTIME_net_manager = "connman" + # Override these in poky based distros AGL_DEFAULT_DISTRO_FEATURES = "systemd opengl wayland pam bluetooth bluez5" AGL_DEFAULT_EXTRA_RDEPENDS = "packagegroup-core-boot" -- cgit 1.2.3-korg