After the scarthgap update, a eth0 device force rename to end0 in boot time.
This patch fix loss capability for network IP configuration by systemd-networkd.
Bug-AGL: SPEC-5158
Change-Id: I483845f475472c0a12c17f81ccc5bc22a9f9e65e
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
--- /dev/null
+[Match]
+Name=end0
+
+[Network]
+DHCP=ipv4
+
SRC_URI = " \
file://20-wired.network \
+ file://21-wired.network \
"
do_install() {
install -D -m0644 ${WORKDIR}/20-wired.network ${D}${sysconfdir}/systemd/network/20-wired.network
+ install -D -m0644 ${WORKDIR}/21-wired.network ${D}${sysconfdir}/systemd/network/21-wired.network
}
PACKAGE_ARCH = "${MACHINE_ARCH}"