All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Some error message improvements
@ 2011-07-25 13:54 Paul Eggleton
  2011-07-25 13:54 ` [PATCH 1/3] bitbake: show more information for NoProvider errors Paul Eggleton
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paul Eggleton @ 2011-07-25 13:54 UTC (permalink / raw)
  To: bitbake-devel

These changes add some more information to unavailable PREFERRED_VERSION
and "nothing PROVIDES" error output for skipped recipes. I also found and
fixed one bug in taskdata.py in the process.

The changes (against poky, apply cleanly against bitbake with -p2) are
available in the git repository at:
  git://git.pokylinux.org/poky-contrib paule/error-messages
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=paule/error-messages

Paul Eggleton (3):
  bitbake: show more information for NoProvider errors
  bitbake/taskdata: fix incorrect usage of rdependees instead of
    dependees
  bitbake/providers: list PREFERRED_VERSION candidates when unavailable

 bitbake/lib/bb/cache.py     |    3 ++-
 bitbake/lib/bb/cooker.py    |    6 ++++--
 bitbake/lib/bb/event.py     |    3 ++-
 bitbake/lib/bb/providers.py |   12 ++++++++++++
 bitbake/lib/bb/taskdata.py  |   28 +++++++++++++++++++++++-----
 bitbake/lib/bb/ui/knotty.py |    3 +++
 6 files changed, 46 insertions(+), 9 deletions(-)

-- 
1.7.4.1




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-07-27 16:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-25 13:54 [PATCH 0/3] Some error message improvements Paul Eggleton
2011-07-25 13:54 ` [PATCH 1/3] bitbake: show more information for NoProvider errors Paul Eggleton
2011-07-25 13:54 ` [PATCH 2/3] bitbake/taskdata: fix incorrect usage of rdependees instead of dependees Paul Eggleton
2011-07-25 13:54 ` [PATCH 3/3] bitbake/providers: list PREFERRED_VERSION candidates when unavailable Paul Eggleton
2011-07-27 15:56 ` [PATCH 0/3] Some error message improvements Richard Purdie

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.