All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Error gracefully on systems which don't support Hob
@ 2012-03-31  1:05 Joshua Lock
  2012-03-31  1:05 ` [PATCH 1/1] lib/bb/ui/hob: exit cleanly if the required pygtk version isn't available Joshua Lock
  2012-04-03 23:52 ` [PATCH 0/1] Error gracefully on systems which don't support Hob Joshua Lock
  0 siblings, 2 replies; 7+ messages in thread
From: Joshua Lock @ 2012-03-31  1:05 UTC (permalink / raw)
  To: bitbake-devel

Hob requires pygtk 2.22 or later and systems without that will see a Python 
backtrace. 
This small change tests whether pygtk is installed and tests which version of it
is available and prints an error if pytgtk is missing or too low a version.

Cheers,
Joshua

The following changes since commit 035e146ff92236a3eda71ad71e8389737f91753b:

  Hob: In building log page, fixed the issue about 'endpath' not clear when next to start build (2012-03-30 17:19:35 +0100)

are available in the git repository at:
  git://github.com/incandescant/bitbake josh/hob
  https://github.com/incandescant/bitbake/tree/josh/hob

Joshua Lock (1):
  lib/bb/ui/hob: exit cleanly if the required pygtk version isn't
    available

 lib/bb/ui/hob.py |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

-- 
1.7.7.6




^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/1] Warn users if they don't have the required modules for Hob v2
@ 2012-04-04  0:35 Joshua Lock
  2012-04-04  0:35 ` [PATCH 1/1] lib/bb/ui/hob: exit cleanly if the required pygtk version isn't available Joshua Lock
  0 siblings, 1 reply; 7+ messages in thread
From: Joshua Lock @ 2012-04-04  0:35 UTC (permalink / raw)
  To: bitbake-devel

A second version of this change, to notify the user as to the missing requirements
rather than issuing a backtrace if they don't have the right versions, or required
modules, to run hob.

Cheers,
Joshua

The following changes since commit 035e146ff92236a3eda71ad71e8389737f91753b:

  Hob: In building log page, fixed the issue about 'endpath' not clear when next to start build (2012-03-30 17:19:35 +0100)

are available in the git repository at:
  git://github.com/incandescant/bitbake josh/hob
  https://github.com/incandescant/bitbake/tree/josh/hob

Joshua Lock (1):
  lib/bb/ui/hob: exit cleanly if the required pygtk version isn't
    available

 lib/bb/ui/hob.py |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

-- 
1.7.7.6




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

end of thread, other threads:[~2012-04-05 16:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-31  1:05 [PATCH 0/1] Error gracefully on systems which don't support Hob Joshua Lock
2012-03-31  1:05 ` [PATCH 1/1] lib/bb/ui/hob: exit cleanly if the required pygtk version isn't available Joshua Lock
2012-04-05 16:32   ` Paul Eggleton
2012-04-05 16:44     ` Joshua Lock
2012-04-03 23:52 ` [PATCH 0/1] Error gracefully on systems which don't support Hob Joshua Lock
  -- strict thread matches above, loose matches on Subject: below --
2012-04-04  0:35 [PATCH 0/1] Warn users if they don't have the required modules for Hob v2 Joshua Lock
2012-04-04  0:35 ` [PATCH 1/1] lib/bb/ui/hob: exit cleanly if the required pygtk version isn't available Joshua Lock
2012-04-05 13:01   ` 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.