summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd-conf
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2019-06-02 10:55:30 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-04 09:09:33 +0100
commitd87efd14ce0471135c0aa7fd7b5da2808acb9c76 (patch)
tree6adff7ca4abf42f2eba06b8f9e85907fdd7a5a4d /meta/recipes-core/systemd/systemd-conf
parentf044a8ceedbb6f1e429bbac19281b8ef8ff1a3be (diff)
downloadopenembedded-core-contrib-d87efd14ce0471135c0aa7fd7b5da2808acb9c76.tar.gz
systemd-conf: configure wired network with dhcp
Add a configure file for systemd.networkd to configure wired network interfaces with dhcp. It works with common network interfaces such eth0 and eno1. And do not install it for qemu bsps. Refer to https://github.com/YoeDistro/meta-yoe/tree/master/recipes-core/systemd [YOCTO #13057] Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd-conf')
-rw-r--r--meta/recipes-core/systemd/systemd-conf/wired.network9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd-conf/wired.network b/meta/recipes-core/systemd/systemd-conf/wired.network
new file mode 100644
index 0000000000..253aee9382
--- /dev/null
+++ b/meta/recipes-core/systemd/systemd-conf/wired.network
@@ -0,0 +1,9 @@
+[Match]
+Name=en* eth*
+
+[Network]
+DHCP=yes
+
+[DHCP]
+RouteMetric=10
+ClientIdentifier=mac