mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +00:00
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>
This commit is contained in:
@@ -25,7 +25,6 @@ FILES_${PN} = "\
|
|||||||
# Install the minimal stuffs only, and don't care how the external
|
# Install the minimal stuffs only, and don't care how the external
|
||||||
# environment is configured.
|
# environment is configured.
|
||||||
|
|
||||||
# @sysvinit: init
|
|
||||||
# @coreutils: echo, cat, sleep, switch_root, expr, mkdir
|
# @coreutils: echo, cat, sleep, switch_root, expr, mkdir
|
||||||
# @util-linux: mount
|
# @util-linux: mount
|
||||||
# @grep: grep
|
# @grep: grep
|
||||||
@@ -33,7 +32,6 @@ FILES_${PN} = "\
|
|||||||
# @eudev: udevd, udevadm
|
# @eudev: udevd, udevadm
|
||||||
# @procps: pkill
|
# @procps: pkill
|
||||||
RDEPENDS_${PN} += "\
|
RDEPENDS_${PN} += "\
|
||||||
sysvinit \
|
|
||||||
coreutils \
|
coreutils \
|
||||||
util-linux-mount \
|
util-linux-mount \
|
||||||
grep \
|
grep \
|
||||||
|
|||||||
Reference in New Issue
Block a user