aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorneliu Stoicescu <corneliux.stoicescu@intel.com>2014-06-06 22:14:34 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-13 12:51:52 +0100
commit7b81fce3a80f7a1b94015a1da95d2349dac577ab (patch)
tree40b2a3e76aec15de49f62687aa3732ec05c9eaae
parent06ed50a2b8c311e56ac9f1c6f2145bc020d5d500 (diff)
downloadopenembedded-core-contrib-7b81fce3a80f7a1b94015a1da95d2349dac577ab.tar.gz
core-image-testmaster.bb: add bzip2 to image
YB: #6375 Some test image fstypes require bzip2 decompression. Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/images/core-image-testmaster.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/images/core-image-testmaster.bb b/meta/recipes-extended/images/core-image-testmaster.bb
index ac2fdbed32..78295c5f0a 100644
--- a/meta/recipes-extended/images/core-image-testmaster.bb
+++ b/meta/recipes-extended/images/core-image-testmaster.bb
@@ -7,7 +7,7 @@ inherit core-image
# the deploy code requires bash and
# normal linux utilities not busybox ones
IMAGE_INSTALL += "\
- bash coreutils util-linux tar gzip kmod \
+ bash coreutils util-linux tar gzip bzip2 kmod \
python-modules python-misc \
e2fsprogs e2fsprogs-mke2fs parted \
"