mbox series

[0/2] Minor fixes for bitbake-layers & patchtest

Message ID 20250924-minor-fixes-v1-0-affc85657a66@pbarker.dev
Headers show
Series Minor fixes for bitbake-layers & patchtest | expand

Message

Paul Barker Sept. 24, 2025, 7:57 p.m. UTC
I spotted these two issues while working on master, they're both fairly
trivial fixes.

I've tested `bitbake-layers create-layer` and `patchtest` locally after
these changes, there should be no impact outside of these two commands.

Signed-off-by: Paul Barker <paul@pbarker.dev>
---
Paul Barker (2):
      bitbake-layers/create: Improve help message for layerid argument
      patchtest: Use raw strings for regex patterns

 meta/lib/bblayers/create.py              |  2 +-
 meta/lib/patchtest/patchtest_patterns.py | 20 ++++++++++----------
 meta/lib/patchtest/tests/test_mbox.py    |  4 ++--
 3 files changed, 13 insertions(+), 13 deletions(-)
---
base-commit: e18d697e92b55e57124e80234369d46575226386
change-id: 20250924-minor-fixes-b56c96f12ac1

Best regards,