summaryrefslogtreecommitdiff
path: root/recipes-core/systemd/systemd-conf_%.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-04-29 10:35:42 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-04-29 10:36:35 +0200
commit96623af0af48e6025dfe7e6091438802c76d23b3 (patch)
tree9c112745ee80617d45a70a3a0883b22d898ff790 /recipes-core/systemd/systemd-conf_%.bbappend
parent3640a12c85df4ac180e38f19038072df6b1d6d55 (diff)
Revert "systemd-conf: drop a obsolete patch"
The patch is not obsolete AFAIKT. i.e. the configuration file should NOT make mounts by udevd private or other processes will not be able to see the mount. This reverts commit 3640a12c85df4ac180e38f19038072df6b1d6d55.
Diffstat (limited to 'recipes-core/systemd/systemd-conf_%.bbappend')
-rw-r--r--recipes-core/systemd/systemd-conf_%.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-core/systemd/systemd-conf_%.bbappend b/recipes-core/systemd/systemd-conf_%.bbappend
new file mode 100644
index 0000000..8ebb6cc
--- /dev/null
+++ b/recipes-core/systemd/systemd-conf_%.bbappend
@@ -0,0 +1,5 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/systemd:"
+
+SRC_URI += " \
+ file://0001-systemd-udevd.service.in-set-MountFlags-shared.patch \
+"