From: Corneliu Stoicescu Date: Fri, 6 Jun 2014 19:14:34 +0000 (+0300) Subject: core-image-testmaster.bb: add bzip2 to image X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33420 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b81fce3a80f7a1b94015a1da95d2349dac577ab;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git core-image-testmaster.bb: add bzip2 to image YB: #6375 Some test image fstypes require bzip2 decompression. Signed-off-by: Corneliu Stoicescu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/images/core-image-testmaster.bb b/meta/recipes-extended/images/core-image-testmaster.bb index ac2fdbed327..78295c5f0a3 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 \ "