All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Put extra requested fields into different cache files
@ 2011-05-09  6:36 Liping Ke
  2011-05-09  6:36 ` [PATCH 1/4] " Liping Ke
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Liping Ke @ 2011-05-09  6:36 UTC (permalink / raw)
  To: poky

From: Liping Ke <liping.ke@intel.com>

Below four patches are for putting extra requested fields inito different
cache files instead of using only on bb_cache.dat. Now image creator need
extra three fields. And in the future, there might be more similar requests.
For each extra requestor, we will save the requested fields data into a
separate cache files so that those who don't need it will not be impacted
with larger fields and large data files.

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

Thanks,
    Liping Ke <liping.ke@intel.com>
---


Liping Ke (4):
  Introduce new param bitbake_mode into Cache.py
  Split Cache Data Retrieve method from Data Fields
  Introduce Extra required fields for image creator
  Implement independent cache for Extra Cache Fields Request

 bitbake/lib/bb/cache.py  |  189 +++++++++++++++++++++++++++++++++++++---------
 bitbake/lib/bb/cooker.py |   55 ++++++++++----
 2 files changed, 193 insertions(+), 51 deletions(-)



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

end of thread, other threads:[~2011-05-12  1:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-09  6:36 [PATCH 0/4] Put extra requested fields into different cache files Liping Ke
2011-05-09  6:36 ` [PATCH 1/4] " Liping Ke
2011-05-09  6:36 ` [PATCH 2/4] " Liping Ke
2011-05-09  6:36 ` [PATCH 3/4] " Liping Ke
2011-05-09  6:36 ` [PATCH 4/4] " Liping Ke
2011-05-09  6:52 ` [PATCH 0/4][Image Creator]Put " Ke, Liping
2011-05-09  6:58   ` Ke, Liping
2011-05-09 11:52 ` Richard Purdie
2011-05-10  1:26   ` Ke, Liping
2011-05-11 16:07     ` Richard Purdie
2011-05-12  1:56       ` Ke, Liping

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.