public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v3 0/2] bitbake: Update to 2.8.1 release (no update!)
@ 2026-03-11 11:15 Anton Mikanovich
  2026-03-11 11:15 ` [PATCH v3 1/2] partial revert of "Bitbake: use LAYERDIR_RE when setting BBFILE_PATTERN_x" Anton Mikanovich
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Anton Mikanovich @ 2026-03-11 11:15 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

This is just a resend patchset from Felix Moessbauer without any functional
changes.

Changes since v2:
- restore original commit authors

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.

Joshua Watt (1):
  bitbake: Remove custom exception backtrace formatting

MOESSBAUER, Felix (1):
  partial revert of "Bitbake: use LAYERDIR_RE when setting
    BBFILE_PATTERN_x"

 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

-- 
2.34.1

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20260311111526.665094-1-amikan%40ilbers.de.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-03-12 13:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-11 11:15 [PATCH v3 0/2] bitbake: Update to 2.8.1 release (no update!) Anton Mikanovich
2026-03-11 11:15 ` [PATCH v3 1/2] partial revert of "Bitbake: use LAYERDIR_RE when setting BBFILE_PATTERN_x" Anton Mikanovich
2026-03-11 11:15 ` [PATCH v3 2/2] bitbake: Remove custom exception backtrace formatting Anton Mikanovich
2026-03-11 11:18 ` [PATCH v3 0/2] bitbake: Update to 2.8.1 release (no update!) Anton Mikanovich
2026-03-12  8:45 ` 'MOESSBAUER, Felix' via isar-users
2026-03-12 13:06 ` Anton Mikanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox