All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Larson <kergoth@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Chris Larson <chris_larson@mentor.com>
Subject: [PATCH 0/3] Add oe.fetch, rework fetch/unpack deps from SRC_URI
Date: Tue,  5 Apr 2011 13:39:54 -0700	[thread overview]
Message-ID: <cover.1302035800.git.chris_larson@mentor.com> (raw)

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




             reply	other threads:[~2011-04-05 20:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-05 20:39 Chris Larson [this message]
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

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.1302035800.git.chris_larson@mentor.com \
    --to=kergoth@gmail.com \
    --cc=chris_larson@mentor.com \
    --cc=openembedded-core@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.