]> code.ossystems Code Review - openembedded-core.git/commit
bitbake: Introduce stamp-extra-info task flag into stamp filenames
authorDongxiao Xu <dongxiao.xu@intel.com>
Tue, 18 Jan 2011 08:18:18 +0000 (16:18 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Jan 2011 12:50:04 +0000 (12:50 +0000)
commit80cf3e405c923ed95dd09936739e816dbdd92299
tree62082943bf06a2df18722b911bf93dea05e43bfe
parent740ea68258282c459b66bbed550e6347fb8e83a3
bitbake: Introduce stamp-extra-info task flag into stamp filenames

For certain tasks, we need additional information in build stamp file
other than the task name and file name. stamp-extra-info is introduced as
a task flag which is appended to the stamp file name.

[Code simplifcations/tweaks from Richard]

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/build.py
bitbake/lib/bb/cache.py
bitbake/lib/bb/runqueue.py
bitbake/lib/bb/siggen.py