Enable cdc-ncm network configuration 11/30411/3
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Sun, 13 Oct 2024 05:43:28 +0000 (14:43 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 16 Oct 2024 11:40:24 +0000 (11:40 +0000)
Enable cdc-ncm network configuration to use momiweb in demo.
This patch enable smartphone tethering capability.

Bug-AGL: SPEC-5263

Change-Id: I4eec7857230a03522249a2be9a9f8bab8661aaed
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
meta-agl-ic-container/recipes-core/systemd/systemd-netif-config/21-usb.network [new file with mode: 0644]
meta-agl-ic-container/recipes-core/systemd/systemd-netif-config_0.1.bb

diff --git a/meta-agl-ic-container/recipes-core/systemd/systemd-netif-config/21-usb.network b/meta-agl-ic-container/recipes-core/systemd/systemd-netif-config/21-usb.network
new file mode 100644 (file)
index 0000000..6426a64
--- /dev/null
@@ -0,0 +1,6 @@
+[Match]
+Name=usb0
+
+[Network]
+DHCP=ipv4
+
index 52e5415..4024c27 100644 (file)
@@ -7,11 +7,13 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
 SRC_URI = " \
     file://20-wired.network \
     file://21-wired.network \
+    file://21-usb.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
+       install -D -m0644 ${WORKDIR}/21-usb.network ${D}${sysconfdir}/systemd/network/21-usb.network
 }
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"