summaryrefslogtreecommitdiffstats
path: root/meta-agl-lxc/recipes-core/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl-lxc/recipes-core/systemd')
-rw-r--r--meta-agl-lxc/recipes-core/systemd/systemd-netif-config/20-wired.network6
-rw-r--r--meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb19
2 files changed, 0 insertions, 25 deletions
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
deleted file mode 100644
index abd371bd..00000000
--- a/meta-agl-lxc/recipes-core/systemd/systemd-netif-config/20-wired.network
+++ /dev/null
@@ -1,6 +0,0 @@
-[Match]
-Name=eth0
-
-[Network]
-DHCP=ipv4
-
diff --git a/meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb b/meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb
deleted file mode 100644
index 0714f62b..00000000
--- a/meta-agl-lxc/recipes-core/systemd/systemd-netif-config_0.1.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-SUMMARY = "Systemd network interface configuration"
-DESCRIPTION = "Systemd network interface configuration \
- "
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-
-SRC_URI = " \
- file://20-wired.network \
- "
-
-do_install() {
- install -D -m0644 ${WORKDIR}/20-wired.network ${D}${sysconfdir}/systemd/network/20-wired.network
-}
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-FILES:${PN} = "\
- ${sysconfdir}/systemd/network/* \
-"