From f206eab5753bd9ee2d5b1126c6ec5a18e75cac89 Mon Sep 17 00:00:00 2001 From: Hiroyuki Ishii Date: Thu, 14 Jul 2022 16:23:37 +0900 Subject: agl-lxc: Enable network bridge via lxc-net On lxc-host-image-demo, network (physical ethernet) is statically assigned to the ivi-guest space currently. This may be a bit problematic since the other guests and also host can't use network for some future usecases, for example we can't login to host by ssh. This change enables network bridge settings via lxc-net to solve this problem. Bug-AGL: SPEC-4475 Signed-off-by: Hiroyuki Ishii Change-Id: Ic1a39b64de932f67b7be833d469ef1a80e0c52c9 --- meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'meta-agl-lxc/recipes-platform/images') diff --git a/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb b/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb index 0be9c591..c7424f57 100644 --- a/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb +++ b/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb @@ -15,4 +15,17 @@ IMAGE_INSTALL += " \ wireplumber-config-agl \ " +# packages required for network bridge settings via lxc-net +IMAGE_INSTALL += " \ + lxc-networking \ + iptables-modules \ + dnsmasq \ + systemd-netif-config \ + kernel-module-xt-addrtype \ + kernel-module-xt-multiport \ +" + +# network manager to use +VIRTUAL-RUNTIME_net_manager = "systemd" + IMAGE_INSTALL:append:rcar-gen3 = " kernel-module-gles " -- cgit 1.2.3-korg