mbox

[dunfell,1.46,0/5] Patch review

Message ID cover.1655835530.git.steve@sakoman.com
State Not Applicable, archived
Headers show

Pull-request

git://git.openembedded.org/bitbake-contrib stable/1.46-nut

Message

Steve Sakoman June 21, 2022, 6:20 p.m. UTC
Please review this set of patches for 1.46/dunfell and have comments back by
end of day Thursday/

Passed a-full on autobuilder:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3805

The following changes since commit d8c2175f6a7b5fdf111d6a073b2c3dbd3c0b061d:

  fetch2: add check for empty SRC_URI hash string (2022-04-05 20:49:37 +0100)

are available in the Git repository at:

  git://git.openembedded.org/bitbake-contrib stable/1.46-nut
  http://cgit.openembedded.org/bitbake-contrib/log/?h=stable/1.46-nut

Richard Purdie (3):
  server/process: Disable gc around critical section
  tinfoil/data_smart: Allow variable history emit() to function remotely
  bin/bitbake-getvar: Add a new command to query a variable value (with
    history)

Ross Burton (2):
  knotty: display active tasks when printing keepAlive() message
  knotty: reduce keep-alive timeout from 5000s (83 minutes) to 10
    minutes

 bin/bitbake-getvar       | 48 ++++++++++++++++++++++++++++++++++++++++
 lib/bb/command.py        | 12 ++++++++++
 lib/bb/server/process.py |  3 +++
 lib/bb/tinfoil.py        |  4 ++++
 lib/bb/ui/knotty.py      | 11 +++++----
 5 files changed, 74 insertions(+), 4 deletions(-)
 create mode 100755 bin/bitbake-getvar