mbox series

[v2,0/2] bitbake: Update to 2.8.1 release (no update!)

Message ID 20260306161548.1102004-1-felix.moessbauer@siemens.com
Headers show
Series bitbake: Update to 2.8.1 release (no update!) | expand

Message

Felix Moessbauer March 6, 2026, 4:15 p.m. UTC
Changes since v1:

- do not update bitbake (due to python requirements)
- do not change python requirements
- only backport exception handling patch from upstream,
  needed for debian trixie hosts (applies cleanly)

For testing the exception, create an invalid variable assignment,
e.g. MYVAR = "no-closing-quote

The error should properly propagate back to the caller, indicating in
which file it happened.

Best regards,
Felix Moessbauer
Siemens AG

Felix Moessbauer (2):
  partial revert of "Bitbake: use LAYERDIR_RE when setting
    BBFILE_PATTERN_x"
  Remove custom exception backtrace formatting

 bitbake/lib/bb/cooker.py                      | 32 +++++--
 bitbake/lib/bb/event.py                       |  9 +-
 bitbake/lib/bb/exceptions.py                  | 96 -------------------
 bitbake/lib/bb/msg.py                         |  4 -
 bitbake/lib/bb/ui/teamcity.py                 |  5 -
 .../tests/testdata/layer1/conf/layer.conf     |  2 +-
 .../tests/testdata/layer2/conf/layer.conf     |  2 +-
 .../tests/testdata/layer3/conf/layer.conf     |  2 +-
 .../tests/testdata/layer4/conf/layer.conf     |  2 +-
 9 files changed, 29 insertions(+), 125 deletions(-)
 delete mode 100644 bitbake/lib/bb/exceptions.py