summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_243.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2019-09-27 14:42:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-27 13:39:27 +0100
commit9973f89dafdf9d21f4021f59f1f4669f4ac13aff (patch)
tree42a10879f6015c72362770071f7c2e322217f4a8 /meta/recipes-core/systemd/systemd_243.bb
parenta9db9617349a766ffe0df724fff9266eb1667cdd (diff)
downloadopenembedded-core-contrib-9973f89dafdf9d21f4021f59f1f4669f4ac13aff.tar.gz
systemd: fix NFS regression
Currently systemd cannot boot correctly on NFS. This is because the code uses readdir which returns DT_UNKNOWN instead of DT_LNK on NFS. So consider DT_UNKNOWN to fix this problem. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_243.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_243.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_243.bb b/meta/recipes-core/systemd/systemd_243.bb
index d0f9d17dba..eaa12ed107 100644
--- a/meta/recipes-core/systemd/systemd_243.bb
+++ b/meta/recipes-core/systemd/systemd_243.bb
@@ -22,6 +22,7 @@ SRC_URI += "file://touchscreen.rules \
file://0003-implment-systemd-sysv-install-for-OE.patch \
file://0004-rules-whitelist-hd-devices.patch \
file://0005-rules-watch-metadata-changes-in-ide-devices.patch \
+ file://0001-unit-file.c-consider-symlink-on-filesystems-like-NFS.patch \
file://99-default.preset \
"