All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] git fetcher unpack optimization V2
@ 2011-01-27 14:18 Yu Ke
  2011-01-27 14:18 ` [PATCH 1/3] bb.fetch2: add git unpack Yu Ke
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yu Ke @ 2011-01-27 14:18 UTC (permalink / raw)
  To: poky

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(-)



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

end of thread, other threads:[~2011-01-27 14:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-27 14:18 [PATCH 0/3] git fetcher unpack optimization V2 Yu Ke
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

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.