* [PATCH 0/1] packagegroup-self-hosted: add xz to enable bootstrap
@ 2013-09-26 3:39 jackie.huang
2013-09-26 3:39 ` [PATCH 1/1] " jackie.huang
0 siblings, 1 reply; 2+ messages in thread
From: jackie.huang @ 2013-09-26 3:39 UTC (permalink / raw)
To: openembedded-core
From: Jackie Huang <jackie.huang@windriver.com>
The following changes since commit 821037700ae61fff6a63d4cdb68559c5fcc96fde:
build-appliance: Update SRCREV (2013-09-24 18:08:48 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib jhuang0/d_missing_xz_0926_0
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/d_missing_xz_0926_0
Jackie Huang (1):
packagegroup-self-hosted: add xz to enable bootstrap
.../packagegroups/packagegroup-self-hosted.bb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--
1.7.4.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] packagegroup-self-hosted: add xz to enable bootstrap
2013-09-26 3:39 [PATCH 0/1] packagegroup-self-hosted: add xz to enable bootstrap jackie.huang
@ 2013-09-26 3:39 ` jackie.huang
0 siblings, 0 replies; 2+ messages in thread
From: jackie.huang @ 2013-09-26 3:39 UTC (permalink / raw)
To: openembedded-core
From: Jackie Huang <jackie.huang@windriver.com>
xz is required on the target filesystem since it's needed
to unpack some of the bootstrap packages.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
.../packagegroups/packagegroup-self-hosted.bb | 1 +
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 90ec74e..f499b4a 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -205,6 +205,7 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
xinetd \
zip \
zlib \
+ xz \
"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-26 3:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-26 3:39 [PATCH 0/1] packagegroup-self-hosted: add xz to enable bootstrap jackie.huang
2013-09-26 3:39 ` [PATCH 1/1] " jackie.huang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox