summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-10-13 16:22:37 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-10-14 12:26:59 +0000
commit1aaa9128f1dae5365a0ca113c8b71583a3c9a008 (patch)
tree106912fac6f284a7f9045ad081afc01c66d5f7be
parent811f2ddfc4a989a924094d242ce4f8d2f7c29daa (diff)
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 <jsmoeller@linuxfoundation.org> Change-Id: I056ff6dc8f83bdb707cfbac90562388c4e742b43 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25421 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
-rw-r--r--meta-agl-bsp/recipes-kernel/linux/linux/nbd.cfg2
1 files changed, 2 insertions, 0 deletions
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