diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-10-13 16:22:37 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-10-15 09:37:56 +0000 |
commit | 899510c831625bb6e5b527595384b5dffbf43344 (patch) | |
tree | b8f522504779ee8c84613d117fed10ad00fb2449 | |
parent | 44c26691bc801eb5a94b425b40bb8e464d081e00 (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>
(cherry picked from commit 1aaa9128f1dae5365a0ca113c8b71583a3c9a008)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25386
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux/nbd.cfg | 2 |
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 |