commit | d94781ba0223726214f8f62e6e185f3e1e238935 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Jun 19 15:24:49 2018 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Jul 25 11:40:26 2018 +0000 |
tree | d6e2b4b9a3e7d7f9baecc79b2a36fa9874540549 | |
parent | 021bba3f8d5106a2e9bd8a322b4dd13541012d48 [diff] |
initfs: add missing dependencies Add a missing runtime dependency on base-utils. Found the missing dependency on the shell while comparing initfs to OE-Core's initrdscripts/initramfs-framework. Change-Id: Ia43495245f37e7f48c5508ee42540abea7ab0659 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb b/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb index 970af47..6d0c70e 100644 --- a/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb +++ b/meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb
@@ -7,6 +7,8 @@ inherit allarch +RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_base-utils}" + S = "${WORKDIR}" SRC_URI += "file://obmc-init.sh" SRC_URI += "file://obmc-shutdown.sh"