Files
meta-mortsgna/recipes-image/console/console-net-image.bb
Andreas Müller eca422e4a7 console-net-image: add networkmanager-openvpn
In times of home-office users might want to tunnel to copmpany's network

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-03-18 18:12:04 +01:00

17 lines
295 B
BlitzBasic

require console-base-image.bb
NETWORKPACKS ?= " \
${TASK_BASIC_SSHDAEMON} \
avahi-autoipd \
iputils \
networkmanager \
networkmanager-openvpn \
networkmanager-bash-completion \
"
IMAGE_INSTALL += " \
${NETWORKPACKS} \
"
export IMAGE_BASENAME = "console-net-image"