All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Switch from recipe-level to package-level data in hob
@ 2011-08-13  1:10 Joshua Lock
  2011-08-13  1:10 ` [PATCH 1/5] bb/crumbs/tasklistmodel: filter nativesdk packages out of views Joshua Lock
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Joshua Lock @ 2011-08-13  1:10 UTC (permalink / raw)
  To: bitbake-devel

We currently store recipe-level data in the tasklistmodel (include the
contents of foo recipe) whereas in reality we're likely want to do
package-level operations, as required by EXTRA_IMAGE_INSTALL.

This series enables package-level data in the model and optimises a few
methods to cope with the increased model size.

Regards,
Joshua

The following changes since commit b3ad7acebfad3063c3364f4492f53b25bf53cf81:

  lib/bb/ui/crumbs/hobprefs: fix erroneous save/reparse (2011-08-12 17:48:13 +0100)

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

Joshua Lock (5):
  bb/crumbs/tasklistmodel: filter nativesdk packages out of views
  bb/ui/crumbs/tasklistmodel: include package level information
  bb/ui/crumbs/tasklistmodel: optimise find_path_for_item
  bb/ui/crumbs/tasklistmodel: make package_model_filter a little safer
  bb/ui/crumbs/tasklistmodel: simplify conditional in include_item

 lib/bb/ui/crumbs/tasklistmodel.py |   56 ++++++++++++++++++------------------
 1 files changed, 28 insertions(+), 28 deletions(-)

-- 
1.7.6




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

end of thread, other threads:[~2011-08-15  8:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-13  1:10 [PATCH 0/5] Switch from recipe-level to package-level data in hob Joshua Lock
2011-08-13  1:10 ` [PATCH 1/5] bb/crumbs/tasklistmodel: filter nativesdk packages out of views Joshua Lock
2011-08-13  1:10 ` [PATCH 2/5] bb/ui/crumbs/tasklistmodel: include package level information Joshua Lock
2011-08-13  1:10 ` [PATCH 3/5] bb/ui/crumbs/tasklistmodel: optimise find_path_for_item Joshua Lock
2011-08-13  1:10 ` [PATCH 4/5] bb/ui/crumbs/tasklistmodel: make package_model_filter a little safer Joshua Lock
2011-08-13  1:10 ` [PATCH 5/5] bb/ui/crumbs/tasklistmodel: simplify conditional in include_item Joshua Lock
2011-08-15  8:33 ` [PATCH 0/5] Switch from recipe-level to package-level data in hob 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.