From d4cfeea4e2ab3d830b81c8022744e2a6511528fd 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 --- .../recipes-core/systemd/systemd-netif-config/20-wired.network | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-agl-lxc/recipes-core/systemd/systemd-netif-config/20-wired.network (limited to 'meta-agl-lxc/recipes-core/systemd/systemd-netif-config/20-wired.network') diff --git a/meta-agl-lxc/recipes-core/systemd/systemd-netif-config/20-wired.network b/meta-agl-lxc/recipes-core/systemd/systemd-netif-config/20-wired.network new file mode 100644 index 00000000..abd371bd --- /dev/null +++ b/meta-agl-lxc/recipes-core/systemd/systemd-netif-config/20-wired.network @@ -0,0 +1,6 @@ +[Match] +Name=eth0 + +[Network] +DHCP=ipv4 + -- cgit 1.2.3-korg