[bitbake-devel] [PATCH 0/3] Some error message improvements

Paul Eggleton paul.eggleton at linux.intel.com
Mon Jul 25 13:54:40 UTC 2011


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





More information about the bitbake-devel mailing list