summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2016-08-15 23:26:38 +0300
committerPatrick Williams <patrick@stwcx.xyz>2016-08-16 03:41:32 +0300
commit62f822af40d2c10388635495d69d08894a86ceae (patch)
tree131464701193a7727611f3cd181a71e59066b591 /meta-phosphor/classes
parent39755645e40bc0590da74f5461b372ccec55de30 (diff)
downloadopenbmc-62f822af40d2c10388635495d69d08894a86ceae.tar.xz
debug-tarball: Add busybox to install list.
By adding busybox to the install list, we ensure its dependencies are compiled. Since busybox provides /bin/sh and all RPMs depend on /bin/sh, we need this anyhow. Fixes openbmc/openbmc#506. Change-Id: Iaa41c5a05a508a745c33d14e9e6739b2c44be64a Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-phosphor/classes')
-rw-r--r--meta-phosphor/classes/obmc-phosphor-debug-tarball.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/classes/obmc-phosphor-debug-tarball.bbclass b/meta-phosphor/classes/obmc-phosphor-debug-tarball.bbclass
index e2a7f7168a..7cc407f08f 100644
--- a/meta-phosphor/classes/obmc-phosphor-debug-tarball.bbclass
+++ b/meta-phosphor/classes/obmc-phosphor-debug-tarball.bbclass
@@ -2,7 +2,7 @@ inherit image
inherit obmc-phosphor-license
IMAGE_FSTYPES = "tar.xz"
-IMAGE_INSTALL_append = " packagegroup-obmc-phosphor-debugtools"
+IMAGE_INSTALL_append = " busybox packagegroup-obmc-phosphor-debugtools"
# Override from image_types.bbclass to restrict tarball to /usr tree.
IMAGE_CMD_tar = "${IMAGE_CMD_TAR} -cvf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.tar -C ${IMAGE_ROOTFS}/usr ."