diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-09-03 15:09:06 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-03 10:24:21 +0100 |
commit | 90bb8e8f9bc2454590d230b209fc749ea7270b9e (patch) | |
tree | ceb9c3b68c06de498443d10706b7c648164726c7 /meta/recipes-core/systemd/systemd_216.bb | |
parent | 640a2231597d74517527ebedb6fd141278ba06f4 (diff) | |
download | openembedded-core-90bb8e8f9bc2454590d230b209fc749ea7270b9e.tar.gz openembedded-core-90bb8e8f9bc2454590d230b209fc749ea7270b9e.tar.bz2 openembedded-core-90bb8e8f9bc2454590d230b209fc749ea7270b9e.zip |
systemd: add support for executing scripts under /etc/rcS.d
This patch adds support for systemd to execute scripts under /etc/rcS.d.
To be compitable, all services translated from /etc/rcS.d/ scripts would
run before services translated from /etc/rcN.d scripts.
[YOCTO #5159]
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_216.bb')
-rw-r--r-- | meta/recipes-core/systemd/systemd_216.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb index 5f7deafec4..929b8aef25 100644 --- a/meta/recipes-core/systemd/systemd_216.bb +++ b/meta/recipes-core/systemd/systemd_216.bb @@ -30,6 +30,7 @@ SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;branch=master;protocol= file://optional_secure_getenv.patch \ file://uclibc-sysinfo_h.patch \ file://uclibc-get-physmem.patch \ + file://0001-add-support-for-executing-scripts-under-etc-rcS.d.patch \ file://0001-missing.h-add-fake-__NR_memfd_create-for-MIPS.patch \ file://touchscreen.rules \ file://00-create-volatile.conf \ |