poky/bitbake/lib/bb
Denys Dmytriyenko 8d57eddc82 bitbake: runqueue: convert deferral messages from bb.note to bb.debug
Using multiconfig to target baremetal pieces of the system and building
corresponding toolchains for them results in hundreds and hundreds of
"Deferring %s after %s" and "Deferred task %s now buildable".

To clean up the output and to reduce risk of missing important warnings,
convert these notice messages to debug messages.

(Bitbake rev: 3505d8d8c02b041946670ab6bc5751e54fe292ff)

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 64bc00a46d1aacc23fe7e8d9a46a126f3a4bc318)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2023-11-09 04:41:17 -10:00
..
asyncrpc bitbake: asyncrpc/client: Fix unix domain socket chdir race issues 2022-10-11 21:57:28 +01:00
compress bitbake: bitbake: Add copyright headers where missing 2022-10-11 21:57:28 +01:00
fetch2 bitbake: fetch/git: Fix local clone url to make it work with repo 2023-04-11 11:31:52 +01:00
parse bitbake: ConfHandler/BBHandler: Improve comment error messages and add tests 2022-09-16 17:53:22 +01:00
pysh
server bitbake: server/process: Fix logging issues where only the first message was displayed 2022-06-26 22:55:39 +01:00
tests bitbake: tests/fetch: Allow handling of a file:// url within a submodule 2022-10-27 16:39:20 +01:00
ui bitbake: buildinfohelper: Drop unused variables 2022-05-12 13:41:42 +01:00
__init__.py bitbake: bitbake: Bump to version 2.0.0 2022-03-15 17:51:14 +00:00
build.py bitbake: build: Add clean_stamp API function to allow removal of task stamps 2022-05-25 18:00:44 +01:00
cache_extra.py
cache.py bitbake: cache: correctly handle file names containing colons 2022-05-12 13:41:42 +01:00
checksum.py bitbake: checksum: Allow spaces in URI filenames 2022-04-14 09:48:33 +01:00
codeparser.py bitbake: bitbake: Add copyright headers where missing 2022-10-11 21:57:28 +01:00
command.py bitbake: cooker/command: Add a dummy event for tinfoil testing 2021-09-26 16:35:00 +01:00
cooker.py bitbake: cooker: Drop sre_constants usage 2022-09-16 17:53:22 +01:00
cookerdata.py bitbake: cookerdata: Drop dubious exception handling code 2023-03-14 15:05:30 +00:00
COW.py bitbake: bitbake: Add copyright headers where missing 2022-10-11 21:57:28 +01:00
daemonize.py bitbake: bitbake: Add copyright headers where missing 2022-10-11 21:57:28 +01:00
data_smart.py bitbake: data_smart: Avoid multiple getVarFlag calls 2022-03-18 13:17:10 +00:00
data.py bitbake: data: Do not depend on vardepvalueexclude flag 2022-05-25 18:00:44 +01:00
event.py bitbake: event.py: ignore exceptions from stdout and sterr operations in atexit 2022-09-16 17:53:22 +01:00
exceptions.py bitbake: bitbake: Add copyright headers where missing 2022-10-11 21:57:28 +01:00
main.py bitbake: lib/bb: Replace "abort" usage in task handling 2022-02-21 23:37:26 +00:00
methodpool.py
monitordisk.py bitbake: monitordisk.py: Deleted redundant word in warning message. 2022-03-08 09:45:57 +00:00
msg.py bitbake: msg: Drop unused local variable 2022-05-12 13:41:42 +01:00
namedtuple_with_abc.py bitbake: lib: fix most undefined code picked up by pylint 2020-08-25 18:14:53 +01:00
persist_data.py bitbake: persist_data: Use a valid exception for missing implementation 2022-05-12 13:41:42 +01:00
process.py bitbake: bitbake: Add copyright headers where missing 2022-10-11 21:57:28 +01:00
progress.py bitbake: progress: Fix typo "wherever" 2022-02-20 16:45:25 +00:00
providers.py bitbake: providers: use local variable for packages_dynamic pattern 2022-05-12 13:41:42 +01:00
remotedata.py
runqueue.py bitbake: runqueue: convert deferral messages from bb.note to bb.debug 2023-11-09 04:41:17 -10:00
siggen.py bitbake: bitbake-diffsigs: break on first dependent task difference 2023-02-17 15:05:08 +00:00
taskdata.py bitbake: lib/bb: Replace "abort" usage in task handling 2022-02-21 23:37:26 +00:00
tinfoil.py bitbake: tinfoil: Do not fail when logging is disabled and full config is used 2023-11-09 04:41:17 -10:00
utils.py bitbake: bin/utils: Ensure locale en_US.UTF-8 is available on the system 2023-04-26 04:03:21 -10:00