[poky] [PATCH 0/4][Image Creator]Put extra requested fields into different cache files
Ke, Liping
liping.ke at intel.com
Sun May 8 23:58:31 PDT 2011
Hi, Josh
Those patches are rebased with latest poky master today. I noticed Richard
has changed the code of cache, making sure skipped info is saved for avoiding
unnecessary parsing, so that the cache file will remain the same size each time.
( I found before this change, cache file kept increased).
I verified that our new introduced patch working with this latest cache changes.
Thanks a lot!
criping
> -----Original Message-----
> From: Ke, Liping
> Sent: Monday, May 09, 2011 2:53 PM
> To: Ke, Liping; poky at yoctoproject.org
> Subject: RE: [poky] [PATCH 0/4][Image Creator]Put extra requested fields into
> different cache files
>
> Hi, all
>
> Send twice with the modified subjects since those patches are introduced for
> image creator backend.
>
> Thanks a lot!
> criping
>
> > -----Original Message-----
> > From: poky-bounces at yoctoproject.org
> > [mailto:poky-bounces at yoctoproject.org] On Behalf Of Liping Ke
> > Sent: Monday, May 09, 2011 2:40 PM
> > To: poky at yoctoproject.org
> > Subject: [poky] [PATCH 0/4][Image Creator]Put extra requested fields into
> > different cache files
> >
> > From: Liping Ke <liping.ke at 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 at 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(-)
> >
> > _______________________________________________
> > poky mailing list
> > poky at yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/poky
More information about the poky
mailing list