All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Switch hob from buildFiles to buildTargets
@ 2011-07-15 20:20 Joshua Lock
  2011-07-15 20:20 ` [PATCH 1/6] ui/hob: replace the ugly static command map Joshua Lock
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Joshua Lock @ 2011-07-15 20:20 UTC (permalink / raw)
  To: bitbake-devel

The initial hob merge came with the caveat that it used buildFiles and
therefore a build in a new builddir wouldn't have the required native tools
to actually generate the rootfs.

The key patch in this series switches to using buildTargets by injecting the
directory the generated image recipe is saved to into BBPATH and a BBFILES
pattern then reparsing the files before building.

Further this series includes a bug fix or two and a patch that got lost in
a branch somewhere.

The following changes since commit 5c8eeefc79455f058dda8f04cf4c12dc5418e00f:

  cooker: only return *Found events if something was actually found (2011-07-14 15:12:40 +0100)

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

Joshua Lock (6):
  ui/hob: replace the ugly static command map
  ui/crumbs/hobprefs: add missing import
  command|cooker: Add reparseFiles command
  ui/crumbs/hobeventhandler: reparse files before running other
    commands
  ui/crumbs/tasklistmodel: fix saving recipes
  ui/hob: switch from buildFile to buildTargets for custom image builds

 lib/bb/command.py                   |    8 ++
 lib/bb/cooker.py                    |   54 ++++++++-----
 lib/bb/ui/crumbs/configurator.py    |   18 ++++
 lib/bb/ui/crumbs/hobeventhandler.py |  147 +++++++++++++++++++++--------------
 lib/bb/ui/crumbs/hobprefs.py        |    1 +
 lib/bb/ui/crumbs/tasklistmodel.py   |    3 +-
 lib/bb/ui/hob.py                    |   26 +++----
 7 files changed, 161 insertions(+), 96 deletions(-)

-- 
1.7.6




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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-15 20:20 [PATCH 0/6] Switch hob from buildFiles to buildTargets Joshua Lock
2011-07-15 20:20 ` [PATCH 1/6] ui/hob: replace the ugly static command map Joshua Lock
2011-07-15 20:20 ` [PATCH 2/6] ui/crumbs/hobprefs: add missing import Joshua Lock
2011-07-15 20:20 ` [PATCH 3/6] command|cooker: Add reparseFiles command Joshua Lock
2011-07-15 22:31   ` Richard Purdie
2011-07-16  0:13     ` Joshua Lock
2011-07-15 20:20 ` [PATCH 4/6] ui/crumbs/hobeventhandler: reparse files before running other commands Joshua Lock
2011-07-15 20:20 ` [PATCH 5/6] ui/crumbs/tasklistmodel: fix saving recipes Joshua Lock
2011-07-15 20:20 ` [PATCH 6/6] ui/hob: switch from buildFile to buildTargets for custom image builds Joshua Lock

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.