generic-poky/bitbake/lib/bb
Liping Ke b3c41b1f46 Introduce new param caches_array into Cache impl.
When using hob ui interface, we need extra cache fields.
We will save ui required extra cache fields into a separate
cache file. This patch introduce this caches_array parameter.
It will be used in the extra cache implementation (following patch).
Caches_array at least contains CoreRecipeInfo. If users need extra
cache fields support, such as 'hob', caches_array will contain
more relevant elements such as HobRecipeInfo.

(Bitbake rev: d50389ae692377c957afec7c846fc2ce2c070a09)

Signed-off-by: Liping Ke <liping.ke@intel.com>
2011-06-07 22:39:52 +01:00
..
fetch bitbake: Sync fetch back with upstream 2011-05-06 18:18:59 +01:00
fetch2 fetch2/git: ensure network check log matches actual command 2011-05-27 18:27:19 +01:00
parse parse: pass a useful (if mangled) key to bb.data.expand for := 2011-06-07 22:29:25 +01:00
pysh bitbake: Sync a load of whitespace and other non-functionality changes with bitbake uptream 2011-01-04 14:46:54 +00:00
server bitbake/xmlrpc: only use BBTransport for affected Python versions 2011-03-14 20:48:37 +00:00
ui Introduce new param caches_array into Cache impl. 2011-06-07 22:39:52 +01:00
COW.py Apply some 2to3 refactorings 2010-07-02 15:41:37 +01:00
__init__.py bitbake:__init__.py: Fix debug log level handling to correct debug output 2011-02-07 14:50:27 +00:00
build.py build/siggen: Ensure a task signature file is generated for each task that is executed 2011-05-25 23:39:37 +01:00
cache.py Introduce new param caches_array into Cache impl. 2011-06-07 22:39:52 +01:00
cache_extra.py Introduce extra cache class for image creator 2011-06-07 22:39:12 +01:00
codeparser.py bitbake/codeparser: Improve cache handling 2011-05-27 17:55:51 +01:00
command.py bitbake: implement command to find configuration files for a config variable 2011-02-24 15:54:51 +00:00
compat.py bitbake: Add missing file 2011-05-07 08:49:28 +01:00
cooker.py Introduce new param caches_array into Cache impl. 2011-06-07 22:39:52 +01:00
daemonize.py Apply some 2to3 transforms that don't cause issues in 2.6 2010-07-02 15:41:33 +01:00
data.py bitbake/siggen.py: Fix whitelisted variable handling 2011-01-12 15:58:48 +00:00
data_smart.py data_smart: Adding overrides of zero length is pointless so lets not 2011-06-01 14:08:40 +01:00
event.py event: don't catch systemexit from handler execution 2011-06-02 23:58:05 +01:00
methodpool.py Consolidate the exec/eval bits, switch anonfunc to better_exec, etc 2010-07-02 15:41:31 +01:00
msg.py Enable some DeprecationWarnings 2011-05-06 18:24:13 +01:00
persist_data.py bitbake/persist_data: Sync file with upstream bitbake 2011-05-06 18:07:23 +01:00
process.py process.py: Avoid deprecation warning 2011-02-14 16:32:07 +00:00
providers.py providers.py: Correct PREFERRED_VERSION handling 2011-06-01 14:08:25 +01:00
runqueue.py bitbake/runqueue.py: Move BB_WORKERCONTEXT to a place where anonymous python can see it 2011-05-31 09:01:59 +01:00
shell.py Introduce new param caches_array into Cache impl. 2011-06-07 22:39:52 +01:00
siggen.py siggen: don't choke with traceback when data is None 2011-06-07 22:29:25 +01:00
taskdata.py cooker: use re match, not search in re_match_strings 2011-01-04 14:46:47 +00:00
utils.py bitbake/utils.py: Add option to lockfiles to return immediately rather than wait 2011-05-27 17:55:51 +01:00