diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-07-26 22:40:48 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-07-26 22:40:48 +0800 |
commit | 4eaaa557ffb00ac37b79cb994f693382c8e3d6bd (patch) | |
tree | 018ad34ca5d59939039ab0cdc11d30885444d22a | |
parent | c28ebfb98464f90ccfba557358475b140ac9b5e2 (diff) | |
download | meta-secure-core-4eaaa557ffb00ac37b79cb994f693382c8e3d6bd.tar.gz |
initrdscripts-secure-core: don't install sysvinit
/sbin/init should be covered by rootfs not here.
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta/recipes-core/initrdscripts/initrdscripts-secure-core.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/initrdscripts/initrdscripts-secure-core.bb b/meta/recipes-core/initrdscripts/initrdscripts-secure-core.bb index 0da1453..be74539 100644 --- a/meta/recipes-core/initrdscripts/initrdscripts-secure-core.bb +++ b/meta/recipes-core/initrdscripts/initrdscripts-secure-core.bb | |||
@@ -25,7 +25,6 @@ FILES_${PN} = "\ | |||
25 | # Install the minimal stuffs only, and don't care how the external | 25 | # Install the minimal stuffs only, and don't care how the external |
26 | # environment is configured. | 26 | # environment is configured. |
27 | 27 | ||
28 | # @sysvinit: init | ||
29 | # @coreutils: echo, cat, sleep, switch_root, expr, mkdir | 28 | # @coreutils: echo, cat, sleep, switch_root, expr, mkdir |
30 | # @util-linux: mount | 29 | # @util-linux: mount |
31 | # @grep: grep | 30 | # @grep: grep |
@@ -33,7 +32,6 @@ FILES_${PN} = "\ | |||
33 | # @eudev: udevd, udevadm | 32 | # @eudev: udevd, udevadm |
34 | # @procps: pkill | 33 | # @procps: pkill |
35 | RDEPENDS_${PN} += "\ | 34 | RDEPENDS_${PN} += "\ |
36 | sysvinit \ | ||
37 | coreutils \ | 35 | coreutils \ |
38 | util-linux-mount \ | 36 | util-linux-mount \ |
39 | grep \ | 37 | grep \ |