Re: [yocto] [PATCH 0/4][Image Creator]Put extra requested fields into different cache files

2011-05-12 Thread Ke, Liping
Hi, Richard I resend the patch and corrected some problems including: 1) name bitbake_mode -> extracaches 2) move extra cache definition to a different files And I test against cs (Add files missing from previous change, bc367526f85ec11f82826fa5ce6607b9e73f9273) And I did meet the problem of E

[yocto] [PATCH 3/4][Image Creator]Put extra requested fields into different cache files

2011-05-12 Thread Liping Ke
From: Liping Ke We introduce extra required fields as well as namedtuple recipeinfo class here. We also define the data retrieving methods for this extra recipeinfo class. This factory methods can be easily extended for furthing expanding. The extended Hob(Image Creator) class will be used in the

[yocto] [PATCH 4/4][Image Creator]Put extra requested fields into different cache files

2011-05-12 Thread Liping Ke
From: Liping Ke Since Image Creator need extra cache fields which are not used by bitbake, we create the extra cache file to load this extra cache fields for making it more extensible. In the future, we can handle similar request. This implementation does not touch the base recipe info path. Extr

[yocto] [PATCH 2/4][Image Creator]Put extra requested fields into different cache files

2011-05-12 Thread Liping Ke
From: Liping Ke Data Retrive methods will be reused by Extra Cache Data fields. It is independent Class methods for data retrieving. Signed-off-by: Liping Ke --- bitbake/lib/bb/cache.py |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/bitbake/lib/bb/cache.py b/bitbake

[yocto] [PATCH 1/4][Image Creator]Put extra requested fields into different cache files

2011-05-12 Thread Liping Ke
From: Liping Ke When using ui mode, we will save ui_mode required extra cache fields into a separate cache file. This patch firstly introduce this extracaches parameter. It will be used in the following patches. Signed-off-by: Liping Ke --- bitbake/lib/bb/cache.py | 20 +---

[yocto] [PATCH 0/4][Image Creator]Put extra requested fields into different cache files

2011-05-12 Thread Liping Ke
From: Liping Ke 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 fie

Re: [yocto] dpatch files in Yocto tree

2011-05-12 Thread Saul Wold
On 05/12/2011 09:49 AM, Kamble, Nitin A wrote: I find following dpatch files in the Yocto tree. Dpatch files have a small shell script at the beginning of the patch. Out of all these, all gcc patches are for all gcc-4.3.3 only, which is kind of outdated stuff now. And will be going out of the tr

[yocto] dpatch files in Yocto tree

2011-05-12 Thread Kamble, Nitin A
I find following dpatch files in the Yocto tree. Dpatch files have a small shell script at the beginning of the patch. Out of all these, all gcc patches are for all gcc-4.3.3 only, which is kind of outdated stuff now. And will be going out of the tree soon. Binutils & tslib patches are in curre