diff options
| author | Corneliu Stoicescu <corneliux.stoicescu@intel.com> | 2014-06-06 22:14:34 +0300 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-13 12:52:20 +0100 | 
| commit | ac756309d797794c4c3b6074f6027a7bf9db2f4f (patch) | |
| tree | 0434d0cec05de72b251fff83693f2cd908edb984 | |
| parent | 41d300067b8ce9290abe38cc5a4c56215ce3eff1 (diff) | |
| download | poky-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>
| -rw-r--r-- | meta/recipes-extended/images/core-image-testmaster.bb | 2 | 
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 | 
| 9 | IMAGE_INSTALL += "\ | 9 | IMAGE_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 | " | 
