From e2954337aee949935000ac81789ee8f550f0b130 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Wed, 13 Oct 2021 07:06:06 +0900 Subject: Enable network connection in ivi guest In ivi guest, must require to internet connections. This patch enable network connection in ivi guest. Detaille: Bind eth0 device to ivi guest. Enable systemd-networkd to manage network connection. Add network interface setting to set IP address using dhcp. Bug-AGL: SPEC-4132 Signed-off-by: Naoto Yamaguchi Change-Id: Icf0fb386d1efafb060a66e0cab727f93d5e8e7fd --- meta-agl-lxc/recipes-platform/images/guest-image-ivi-demo.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-agl-lxc/recipes-platform') diff --git a/meta-agl-lxc/recipes-platform/images/guest-image-ivi-demo.bb b/meta-agl-lxc/recipes-platform/images/guest-image-ivi-demo.bb index 82ccbed2..9a18444d 100644 --- a/meta-agl-lxc/recipes-platform/images/guest-image-ivi-demo.bb +++ b/meta-agl-lxc/recipes-platform/images/guest-image-ivi-demo.bb @@ -13,4 +13,5 @@ IMAGE_INSTALL += " \ qtquickcontrols \ qtquickcontrols2 \ qtwayland \ + systemd-netif-config \ " -- cgit 1.2.3-korg