From: Liping Ke <liping.ke@intel.com>
To: yocto@yoctoproject.org
Subject: [PATCH 0/4][Image Creator]Put extra requested fields into different cache files
Date: Fri, 13 May 2011 9:50:27 +0800 [thread overview]
Message-ID: <cover.1305250702.git.liping.ke@intel.com> (raw)
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):
This patch introduce new param bitbake_mode into Cache.py.
This patch splits Cache Data Retrieve method from Data Fields.
This patch introduces Extra required fields for image creator.
This patch implements independent cache for Extra Cache Fields
Request
bitbake/lib/bb/cache.py | 161 ++++++++++++++++++++++++++++++++---------
bitbake/lib/bb/cooker.py | 55 ++++++++++----
bitbake/lib/bb/extra_cache.py | 29 ++++++++
3 files changed, 196 insertions(+), 49 deletions(-)
create mode 100644 bitbake/lib/bb/extra_cache.py
next reply other threads:[~2011-05-13 2:01 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-13 1:50 Liping Ke [this message]
2011-05-13 1:50 ` [PATCH 1/4][Image Creator]Put extra requested fields into different cache files Liping Ke
2011-05-13 1:50 ` [PATCH 2/4][Image " Liping Ke
2011-05-13 1:50 ` [PATCH 3/4][Image " Liping Ke
2011-05-13 1:50 ` [PATCH 4/4][Image " Liping Ke
2011-05-13 2:11 ` [PATCH 0/4][Image " Ke, Liping
2011-05-19 0:10 ` Richard Purdie
2011-05-19 1:40 ` Ke, Liping
2011-05-19 1:46 ` Richard Purdie
-- strict thread matches above, loose matches on Subject: below --
2011-05-09 6:36 [PATCH 0/4] Put " 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
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.1305250702.git.liping.ke@intel.com \
--to=liping.ke@intel.com \
--cc=yocto@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.