From 899510c831625bb6e5b527595384b5dffbf43344 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 13 Oct 2020 16:22:37 +0200 Subject: Enable veth when using nbd boot option This patch enables the VETH kernel config. We use this to make sure the network binding finds a valid ethernet device through connman even if 'eth0' is used by nbd and thus not visible to connman. Bug-AGL: SPEC-3631 Signed-off-by: Jan-Simon Moeller Change-Id: I056ff6dc8f83bdb707cfbac90562388c4e742b43 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25421 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account (cherry picked from commit 1aaa9128f1dae5365a0ca113c8b71583a3c9a008) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25386 --- meta-agl-bsp/recipes-kernel/linux/linux/nbd.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/nbd.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/nbd.cfg index af37685e4..e5d897556 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux/nbd.cfg +++ b/meta-agl-bsp/recipes-kernel/linux/linux/nbd.cfg @@ -1 +1,3 @@ CONFIG_BLK_DEV_NBD=y +# for CI use enable CONFIG_VETH=y +CONFIG_VETH=y -- cgit 1.2.3-korg