poky/bitbake/lib/bb
Joshua Watt 4fd9ee4670 bitbake: bitbake: Add --skip-setscene option
Adds an option to skip _setscene only if they would normally be
executed, without ignoring sstate completely.

Previously, '--no-setscene' would allow a build that completely ignored
sstate and _setscene tasks, and '--setscene-only' would allow a build
that only ran _setscene tasks, but there was no option do a build that
would respect tasks previously restored from sstate and build everything
else. Now one can run:

 bitbake --setscene-only IMAGE; bitbake --skip-setscene IMAGE

which is functionally equivalent to:

 bitbake IMAGE

The indented use is to allow a build to complete successfully in the
presence of _setscene task failures by splitting apart the two phases
e.g.:

 (bitbake -k --setscene-only IMAGE || true) && bitbake --skip-setscene IMAGE

(Bitbake rev: 813ba5b7c13b573a0b813b628a819bdbf0627540)

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-07-03 17:00:57 +01:00
..
fetch2 bitbake: fetch2: runfetchcmd(): unset _PYTHON_SYSCONFIGDATA_NAME 2019-05-30 12:37:03 +01:00
parse bitbake: bitbake: lib: Cleanup /usr/bin/env python 2019-06-28 13:29:04 +01:00
pysh bitbake: bitbake: pysh: Improve error handling for shell code 2018-12-09 11:07:48 +00:00
server bitbake: bitbake: Drop duplicate license boilerplace text 2019-05-04 10:44:10 +01:00
tests bitbake: tests/fetch.py: add missing skipIfNoNetwork tags to tests that try to git clone 2019-06-28 13:29:04 +01:00
ui bitbake: knotty: allow progress rate for indeterminate bars 2019-06-11 13:27:19 +01:00
__init__.py bitbake: bitbake: Strip old editor directives from file headers 2019-05-04 10:44:10 +01:00
build.py bitbake: build: implement custom progress handlers injected via OE_EXTRA_IMPORTS 2019-06-11 13:27:19 +01:00
cache_extra.py bitbake: bitbake: Strip old editor directives from file headers 2019-05-04 10:44:10 +01:00
cache.py bitbake: multiconfig: Switch from 'multiconfig' -> 'mc' 2019-06-10 14:46:38 +01:00
checksum.py bitbake: bitbake: Drop duplicate license boilerplace text 2019-05-04 10:44:10 +01:00
codeparser.py bitbake: bitbake: Add initial pass of SPDX license headers to source code 2019-05-04 10:44:04 +01:00
command.py bitbake: bitbake: Drop duplicate license boilerplace text 2019-05-04 10:44:10 +01:00
compat.py bitbake: bitbake: Add initial pass of SPDX license headers to source code 2019-05-04 10:44:04 +01:00
cooker.py bitbake: bitbake: lib: Cleanup /usr/bin/env python 2019-06-28 13:29:04 +01:00
cookerdata.py bitbake: bitbake: Add --skip-setscene option 2019-07-03 17:00:57 +01:00
COW.py bitbake: bitbake: Strip old editor directives from file headers 2019-05-04 10:44:10 +01:00
daemonize.py bitbake: bitbake: Add initial pass of SPDX license headers to source code 2019-05-04 10:44:04 +01:00
data_smart.py bitbake: bitbake: Strip old editor directives from file headers 2019-05-04 10:44:10 +01:00
data.py bitbake: bitbake: Strip old editor directives from file headers 2019-05-04 10:44:10 +01:00
event.py bitbake: event: Clear ui_queue after handling it 2019-07-03 17:00:57 +01:00
exceptions.py bitbake: bitbake: Add initial pass of SPDX license headers to source code 2019-05-04 10:44:04 +01:00
main.py bitbake: bitbake: Add --skip-setscene option 2019-07-03 17:00:57 +01:00
methodpool.py bitbake: bitbake: Strip old editor directives from file headers 2019-05-04 10:44:10 +01:00
monitordisk.py bitbake: bitbake: lib: Cleanup /usr/bin/env python 2019-06-28 13:29:04 +01:00
msg.py bitbake: bitbake: Strip old editor directives from file headers 2019-05-04 10:44:10 +01:00
namedtuple_with_abc.py bitbake: bitbake: lib: Cleanup /usr/bin/env python 2019-06-28 13:29:04 +01:00
persist_data.py bitbake: bitbake: Drop duplicate license boilerplace text 2019-05-04 10:44:10 +01:00
process.py bitbake: bitbake: Add initial pass of SPDX license headers to source code 2019-05-04 10:44:04 +01:00
progress.py bitbake: build/progress: use context managers for progress handlers 2019-06-11 13:27:19 +01:00
providers.py bitbake: bitbake: Strip old editor directives from file headers 2019-05-04 10:44:10 +01:00
remotedata.py bitbake: bitbake: Drop duplicate license boilerplace text 2019-05-04 10:44:10 +01:00
runqueue.py bitbake: bitbake: Add --skip-setscene option 2019-07-03 17:00:57 +01:00
siggen.py bitbake: multiconfig: Switch from 'multiconfig' -> 'mc' 2019-06-10 14:46:38 +01:00
taskdata.py bitbake: bitbake: lib: Cleanup /usr/bin/env python 2019-06-28 13:29:04 +01:00
tinfoil.py bitbake: bitbake: Drop duplicate license boilerplace text 2019-05-04 10:44:10 +01:00
utils.py bitbake: bitbake: Strip old editor directives from file headers 2019-05-04 10:44:10 +01:00