All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] skipped recipe handling v2
@ 2011-06-09 16:42 Paul Eggleton
  2011-06-09 16:42 ` [PATCH 1/2] bitbake: track skipped packages Paul Eggleton
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paul Eggleton @ 2011-06-09 16:42 UTC (permalink / raw)
  To: bitbake-devel

For the description of this changeset please see the original mail:
http://lists.linuxtogo.org/pipermail/bitbake-devel/2011-June/000911.html

Changes since v1: rebased against recent bitbake changes, added a cache
version bump.

These patches are against Poky but they apply cleanly with -p2 against 
bitbake master. They are also available in the git repository at:
  git://git.pokylinux.org/poky-contrib paule/skippackage
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=paule/skippackage

Paul Eggleton (2):
  bitbake: track skipped packages
  bitbake-layers: handle skipped recipes

 bitbake/bin/bitbake-layers  |   24 +++++++++++++++++++-----
 bitbake/lib/bb/cache.py     |    9 ++++++---
 bitbake/lib/bb/cooker.py    |   16 ++++++++++++++++
 bitbake/lib/bb/parse/ast.py |   12 ++++++------
 4 files changed, 47 insertions(+), 14 deletions(-)

-- 
1.7.4.1




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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-09 16:42 [PATCH 0/2] skipped recipe handling v2 Paul Eggleton
2011-06-09 16:42 ` [PATCH 1/2] bitbake: track skipped packages Paul Eggleton
2011-06-09 16:42 ` [PATCH 2/2] bitbake-layers: handle skipped recipes Paul Eggleton
2011-06-09 17:13 ` [PATCH 0/2] skipped recipe handling v2 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.