[oe-commits] Corneliu Stoicescu : core-image-testmaster.bb: add bzip2 to image

git at git.openembedded.org git at git.openembedded.org
Fri Jun 13 11:52:42 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 7b81fce3a80f7a1b94015a1da95d2349dac577ab
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7b81fce3a80f7a1b94015a1da95d2349dac577ab

Author: Corneliu Stoicescu <corneliux.stoicescu at intel.com>
Date:   Fri Jun  6 22:14:34 2014 +0300

core-image-testmaster.bb: add bzip2 to image

YB: #6375

Some test image fstypes require bzip2 decompression.

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/images/core-image-testmaster.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/images/core-image-testmaster.bb b/meta/recipes-extended/images/core-image-testmaster.bb
index ac2fdbe..78295c5 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 \
     "



More information about the Openembedded-commits mailing list