From: Yu Ke <ke.yu@intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 0/3] git fetcher unpack optimization V2
Date: Thu, 27 Jan 2011 22:18:11 +0800 [thread overview]
Message-ID: <cover.1296137142.git.ke.yu@intel.com> (raw)
From: Yu Ke <ke.yu@intel.com>
This is the remaining patches of last fetcher patch pull, including
- optimize git unpack method to use git local clone
- not to create the source tree mirror tar ball
With Richar and Bruce's comment, this patch is revised accordingly,
the major chagnes compared with V1 is:
- use git local clone instead of git repo copy to save disk space
it has been tested with "bitbake poky-image-sato" with empty DL_DIR
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: kyu3/git-unpack-2
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/git-unpack-2
Thanks,
Yu Ke <ke.yu@intel.com>
---
Yu Ke (3):
bb.fetch2: add git unpack
kernel-yocto.bbclass: adjust the git dir to fit with git unpack
git.py: remove the source tree tar ball
bitbake/lib/bb/fetch2/git.py | 66 ++++++++++--------------------------
meta/classes/kernel-yocto.bbclass | 4 +-
2 files changed, 21 insertions(+), 49 deletions(-)
next reply other threads:[~2011-01-27 14:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-27 14:18 Yu Ke [this message]
2011-01-27 14:18 ` [PATCH 1/3] bb.fetch2: add git unpack Yu Ke
2011-01-27 14:18 ` [PATCH 2/3] kernel-yocto.bbclass: adjust the git dir to fit with " Yu Ke
2011-01-27 14:18 ` [PATCH 3/3] git.py: remove the source tree tar ball Yu Ke
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.1296137142.git.ke.yu@intel.com \
--to=ke.yu@intel.com \
--cc=poky@yoctoproject.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.