* [dylan][PATCH 0/1] Fix Hob not starting in the build appliance
@ 2014-03-20 19:04 Paul Eggleton
2014-03-20 19:04 ` [dylan][PATCH 1/1] packagegroup-self-hosted: Add missing python code Paul Eggleton
0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2014-03-20 19:04 UTC (permalink / raw)
To: openembedded-core
Fixes the bug found by QA in the 1.4.3 build appliance (bug 5941 - tested
this time).
The following changes since commit 30d3f06fddea2d8f3537d3415c95d75a6487078c:
sstate: Drop 'SafeDep' code from setscene validation function (2014-03-17 23:17:03 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/dylan-python
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/dylan-sstate
Saul Wold (1):
packagegroup-self-hosted: Add missing python code
meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 5 +++++
1 file changed, 5 insertions(+)
--
1.8.5.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dylan][PATCH 1/1] packagegroup-self-hosted: Add missing python code
2014-03-20 19:04 [dylan][PATCH 0/1] Fix Hob not starting in the build appliance Paul Eggleton
@ 2014-03-20 19:04 ` Paul Eggleton
0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2014-03-20 19:04 UTC (permalink / raw)
To: openembedded-core
From: Saul Wold <sgw@linux.intel.com>
These are in the Toolchain list, so they should also be installed on the build appliance
[YOCTO #5061]
Fixes [YOCTO #5941].
(Partial backport of OE-Core master rev: 82374feece5c576f9950bad6861b1e00c6b30d84)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index ed73617..6a1d698 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -130,6 +130,7 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
minicom \
mtools \
ncurses \
+ ncurses-terminfo-base \
neon \
nfs-utils \
nfs-utils-client \
@@ -150,17 +151,21 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
python-core \
python-curses \
python-datetime \
+ python-difflib \
python-distutils \
python-elementtree \
python-email \
python-fcntl \
+ python-json \
python-logging \
python-misc \
+ python-mmap \
python-multiprocessing \
python-netclient \
python-netserver \
python-pickle \
python-pkgutil \
+ python-pprint \
python-re \
python-rpm \
python-shell \
--
1.8.5.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-20 19:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-20 19:04 [dylan][PATCH 0/1] Fix Hob not starting in the build appliance Paul Eggleton
2014-03-20 19:04 ` [dylan][PATCH 1/1] packagegroup-self-hosted: Add missing python code Paul Eggleton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.