All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua Lock <josh@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 0/5] Switch from recipe-level to package-level data in hob
Date: Fri, 12 Aug 2011 18:10:50 -0700	[thread overview]
Message-ID: <cover.1313197700.git.josh@linux.intel.com> (raw)

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




             reply	other threads:[~2011-08-13  1:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-13  1:10 Joshua Lock [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1313197700.git.josh@linux.intel.com \
    --to=josh@linux.intel.com \
    --cc=bitbake-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.