From 3161bf4239f730faebe71e10ab36adf6bb268e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 10 Jan 2019 18:16:45 +0100 Subject: [PATCH] console-net-image: allow users to select a alternate networkmanager MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-image/console/console-net-image.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-image/console/console-net-image.bb b/recipes-image/console/console-net-image.bb index da29760..5644c97 100644 --- a/recipes-image/console/console-net-image.bb +++ b/recipes-image/console/console-net-image.bb @@ -1,12 +1,14 @@ require console-base-image.bb +NETWORKMAN ?= "networkmanager" + IMAGE_INSTALL += " \ avahi-autoipd \ - networkmanager \ openssh-sshd \ openssh-ssh \ openssh-scp \ iputils \ + ${NETWORKMAN} \ " export IMAGE_BASENAME = "console-net-image"