All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Integration of latest swabber
@ 2010-12-15 20:34 Alex deVries
  2010-12-15 20:34 ` [PATCH 1/4] Stop using hardcoded paths, use new Ubuntu and generic filters Alex deVries
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alex deVries @ 2010-12-15 20:34 UTC (permalink / raw)
  To: rpurdie; +Cc: poky

Merge of latest swabber and interface code.  Highlights are:
- include distro filter files
- calculate ccache directory properly
- use latest version of swabber.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: adevries/swabber
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=adevries/swabber

Thanks,
    Alex deVries <alex.devries@windriver.com>
---


Alex deVries (4):
  Stop using hardcoded paths, use new Ubuntu and generic filters.
  Swabber's update_distro automatically updates the blob now.
  Calculate CCACHE_DIR by calling host's ccache config.
  Update to the latest swabber.

 meta/classes/image-swab.bbclass                    |   12 +++++-----
 .../conf/distro/include/poky-default-revisions.inc |    2 +-
 meta/conf/swabber/Ubuntu-10.04.1-64/blacklist      |    6 +++++
 meta/conf/swabber/Ubuntu-10.04.1-64/filters        |    7 ++++++
 meta/conf/swabber/Ubuntu-10.04.1-64/whitelist      |   23 ++++++++++++++++++++
 meta/conf/swabber/generic/blacklist                |    2 +
 meta/conf/swabber/generic/filters                  |   10 ++++++++
 meta/conf/swabber/generic/whitelist                |   15 +++++++++++++
 8 files changed, 70 insertions(+), 7 deletions(-)
 create mode 100644 meta/conf/swabber/Ubuntu-10.04.1-64/blacklist
 create mode 100644 meta/conf/swabber/Ubuntu-10.04.1-64/filters
 create mode 100644 meta/conf/swabber/Ubuntu-10.04.1-64/whitelist
 create mode 100644 meta/conf/swabber/generic/blacklist
 create mode 100644 meta/conf/swabber/generic/filters
 create mode 100644 meta/conf/swabber/generic/whitelist



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

end of thread, other threads:[~2010-12-15 20:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-15 20:34 [PATCH 0/4] Integration of latest swabber Alex deVries
2010-12-15 20:34 ` [PATCH 1/4] Stop using hardcoded paths, use new Ubuntu and generic filters Alex deVries
2010-12-15 20:34 ` [PATCH 2/4] Swabber's update_distro automatically updates the blob now Alex deVries
2010-12-15 20:34 ` [PATCH 3/4] Calculate CCACHE_DIR by calling host's ccache config Alex deVries
2010-12-15 20:35 ` [PATCH 4/4] Update to the latest swabber Alex deVries

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.