summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2013-09-26 11:39:22 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-30 22:11:56 +0100
commit1abb7e7829fbe39c3abb06ea5890f3d4a83e5d63 (patch)
tree95087278b962e4a7a9e8045590cbc4e12c2e9152
parent636cbfd8a8e733c1e54057f631b956c40370f595 (diff)
downloadast2050-yocto-poky-1abb7e7829fbe39c3abb06ea5890f3d4a83e5d63.zip
ast2050-yocto-poky-1abb7e7829fbe39c3abb06ea5890f3d4a83e5d63.tar.gz
packagegroup-self-hosted: add xz to enable bootstrap
xz is required on the target filesystem since it's needed to unpack some of the bootstrap packages. (From OE-Core rev: 3f302e6686e9c35d3fd771b8aed214bf739e59f6) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-self-hosted.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index de2a076..61c99bc 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -206,6 +206,7 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
xinetd \
zip \
zlib \
+ xz \
"
OpenPOWER on IntegriCloud