summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-06-19 15:24:49 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-07-25 11:40:26 +0000
commitd94781ba0223726214f8f62e6e185f3e1e238935 (patch)
treed6e2b4b9a3e7d7f9baecc79b2a36fa9874540549 /meta-phosphor
parent021bba3f8d5106a2e9bd8a322b4dd13541012d48 (diff)
downloadtalos-openbmc-d94781ba0223726214f8f62e6e185f3e1e238935.tar.gz
talos-openbmc-d94781ba0223726214f8f62e6e185f3e1e238935.zip
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>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb2
1 files changed, 2 insertions, 0 deletions
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 970af477e..6d0c70ec8 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 @@ PR = "r1"
inherit allarch
+RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_base-utils}"
+
S = "${WORKDIR}"
SRC_URI += "file://obmc-init.sh"
SRC_URI += "file://obmc-shutdown.sh"
OpenPOWER on IntegriCloud