generic-poky/bitbake/lib/bb
Yu Ke 2b2dbf7612 Fetcher: only set __BB_DONT_CACHE when SRCREV = "${AUTOREV}"
we should cache SRCREV whenever possible, the only exception is
when SREREV is auto rev. so change the logic to only set __BB_DONT_CACHE
at SRCREV = "${AUTOREV}" case

Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-10 20:37:37 +00:00
..
fetch Fetcher: break the "SRCREVINACTION" deadlock 2011-01-10 20:24:33 +00:00
fetch2 Fetcher: only set __BB_DONT_CACHE when SRCREV = "${AUTOREV}" 2011-01-10 20:37:37 +00:00
parse BBHandler: remove bb.fetch referrence 2011-01-10 20:20:24 +00: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 Queue up events before the UI is spawned 2011-01-04 14:46:37 +00:00
ui bitbake/knotty.py: Don't show log messages of NOTE and below for task processes 2011-01-08 00:02:00 +00:00
COW.py Apply some 2to3 refactorings 2010-07-02 15:41:37 +01:00
__init__.py bitbake: For poky only, force the use of fetch2 codebase 2011-01-10 18:13:53 +00:00
build.py bitbake/build.py: Fix del_stamp work correctly after recent stamp function changes 2011-01-07 14:03:27 +00:00
cache.py cache: don't expand variables for skipped recipes 2011-01-10 13:24:03 +00:00
codeparser.py bitbake/codeparser: Fix import to match upstream bitbake 2011-01-10 13:24:05 +00:00
command.py Rename command events, adjust compareRevisions 2011-01-04 14:46:49 +00:00
cooker.py bitbake/cooker.py: Fix merge conflict with upstream which was preventing clean bitbake shutdown 2011-01-07 13:54:50 +00: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: Sync environment handling function names and comments with upstream alterations 2011-01-10 13:24:03 +00:00
data_smart.py bitbake: Sync a load of whitespace and other non-functionality changes with bitbake uptream 2011-01-04 14:46:54 +00:00
event.py bitbake: Update event queue handling to match upstream bitbake 2011-01-10 13:24:04 +00:00
methodpool.py Consolidate the exec/eval bits, switch anonfunc to better_exec, etc 2010-07-02 15:41:31 +01:00
msg.py bitbake/msg.py: Add named definitions for all logging levels 2011-01-08 00:01:59 +00:00
persist_data.py persist_data: resurrect the lock wait for selects 2011-01-05 00:58:23 +00:00
process.py parse.ast: avoid code duplication for inherit 2011-01-06 10:49:01 +00:00
providers.py Switch bitbake internals to use logging directly rather than bb.msg 2011-01-04 14:46:33 +00:00
runqueue.py runqueue.py: Drop unneeded import and improve quieterrors handling as per upstream bitbake 2011-01-10 13:24:04 +00:00
shell.py cooker: stop loading the cache for -b 2011-01-04 14:46:43 +00:00
siggen.py bitbake/siggen.py: Add a signature generator which adds the hash to the stamp files 2011-01-07 11:04:38 +00:00
taskdata.py cooker: use re match, not search in re_match_strings 2011-01-04 14:46:47 +00:00
utils.py utils: show the actual exception in better_exec 2011-01-10 13:24:04 +00:00