From: Jan-Simon Moeller Date: Tue, 13 Oct 2020 14:22:37 +0000 (+0200) Subject: Enable veth when using nbd boot option X-Git-Tag: 10.91.0~49 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=1aaa9128f1dae5365a0ca113c8b71583a3c9a008;hp=811f2ddfc4a989a924094d242ce4f8d2f7c29daa;p=AGL%2Fmeta-agl.git 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 --- 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