summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-08-17 15:17:46 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-09-29 06:35:15 +0200
commit77b0c48863b6194628f2ff4c633469bb84f549c3 (patch)
tree8313ffc0ef1c1715ebb4a2f3c6ec55b7520fbfcf
parent617e615193dd297f1cb5e4be29677c7e24803d97 (diff)
The BSP should automount for all users. The Demo Software Layers cares for RNDIS. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-core/systemd/systemd_%.bbappend13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-core/systemd/systemd_%.bbappend b/recipes-core/systemd/systemd_%.bbappend
index a95ff82..8ebb6cc 100644
--- a/recipes-core/systemd/systemd_%.bbappend
+++ b/recipes-core/systemd/systemd_%.bbappend
@@ -1,18 +1,5 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/systemd:"
SRC_URI += " \
- file://rndis.network \
file://0001-systemd-udevd.service.in-set-MountFlags-shared.patch \
"
-
-PACKAGECONFIG_append = " networkd"
-
-do_install_append() {
- # The network files need to be in /usr/lib/systemd, not ${systemd_unitdir}...
- install -d ${D}${prefix}/lib/systemd/network/
- install -m 0644 ${WORKDIR}/rndis.network ${D}${prefix}/lib/systemd/network/
-}
-
-FILES_${PN} += " \
- ${nonarch_base_libdir}/systemd/network \
-"