All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add oe.fetch, rework fetch/unpack deps from SRC_URI
@ 2011-04-05 20:39 Chris Larson
  2011-04-05 20:39 ` [PATCH 1/3] oe.fetch: add module with uri convenience code Chris Larson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Chris Larson @ 2011-04-05 20:39 UTC (permalink / raw)
  To: openembedded-core; +Cc: Chris Larson

From: Chris Larson <chris_larson@mentor.com>

This was intended to clean up and consolidate the code in base.bbclass which
sets up dependencies conditionally based upon the contents of SRC_URI.  To get
there, I decided to incorporate and rewrite some Uri handling code I had
written previously.  This is much more convenient to use than urldata and
SRC_URI, and the caching can be easily re-implemented if we move it into
bitbake at some point (e.g. create an lru cache decorator, inject its
construction/sync into the standard caching spots where cache/signature code
caching is done, if necessary).  Finally, this makes .zip files pull in
unzip-native.

Pull URL: https://github.com/kergoth/oe-core
  Branch: unpack-fetch-deps
  Browse: https://github.com/kergoth/oe-core/commits/unpack-fetch-deps

Thanks,
    Chris Larson <chris_larson@mentor.com>
---


Chris Larson (3):
  oe.fetch: add module with uri convenience code
  Clean up how we handle unpack/fetch deps from SRC_URI
  base: when using zip files, depend on unzip-native

 meta/classes/base.bbclass |   58 ++++++++++++++++--------------
 meta/conf/bitbake.conf    |    1 +
 meta/lib/oe/fetch.py      |   87 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 119 insertions(+), 27 deletions(-)
 create mode 100644 meta/lib/oe/fetch.py

-- 
1.7.4.1




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

end of thread, other threads:[~2011-04-06  5:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-05 20:39 [PATCH 0/3] Add oe.fetch, rework fetch/unpack deps from SRC_URI Chris Larson
2011-04-05 20:39 ` [PATCH 1/3] oe.fetch: add module with uri convenience code Chris Larson
2011-04-05 20:39 ` [PATCH 2/3] Clean up how we handle unpack/fetch deps from SRC_URI Chris Larson
2011-04-05 20:39 ` [PATCH 3/3] base: when using zip files, depend on unzip-native Chris Larson
2011-04-06  5:34 ` [PATCH 0/3] Add oe.fetch, rework fetch/unpack deps from SRC_URI Chris Larson

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.