commit | aa3349c94685c3ecf1519d0805b41ce2d02ff198 | [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 | 6206e53e7b66c3d83e2297c85da440a79ca1fd1b | |
parent | 0aa8594d561adb1cdab1613b2d9aba64c16b5b32 [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/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb b/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb index 970af47..6d0c70e 100644 --- a/common/recipes-phosphor/initrdscripts/obmc-phosphor-initfs.bb +++ b/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"