summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/images
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:52:20 +0100
commitac756309d797794c4c3b6074f6027a7bf9db2f4f (patch)
tree0434d0cec05de72b251fff83693f2cd908edb984 /meta/recipes-extended/images
parent41d300067b8ce9290abe38cc5a4c56215ce3eff1 (diff)
downloadpoky-ac756309d797794c4c3b6074f6027a7bf9db2f4f.tar.gz
core-image-testmaster.bb: add bzip2 to image
YB: #6375 Some test image fstypes require bzip2 decompression. (From OE-Core rev: 7b81fce3a80f7a1b94015a1da95d2349dac577ab) Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/images')
-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
7# the deploy code requires bash and 7# the deploy code requires bash and
8# normal linux utilities not busybox ones 8# normal linux utilities not busybox ones
9IMAGE_INSTALL += "\ 9IMAGE_INSTALL += "\
10 bash coreutils util-linux tar gzip kmod \ 10 bash coreutils util-linux tar gzip bzip2 kmod \
11 python-modules python-misc \ 11 python-modules python-misc \
12 e2fsprogs e2fsprogs-mke2fs parted \ 12 e2fsprogs e2fsprogs-mke2fs parted \
13 " 13 "