mbox series

[0/2] bitbake-setup: clarify configuration merging and add a notes property

Message ID 20260529-bb-setup-notes-v1-0-a251ef1c5af4@toradex.com
Headers show
Series bitbake-setup: clarify configuration merging and add a notes property | expand

Message

Ernest Van Hoecke May 29, 2026, 2:59 p.m. UTC
This series aims to clarify the configurating merging, since it is not
necessarily obvious.

The second patch uses this and adds a "notes" string property that can
be used to populate "conf-notes.txt" when bb-layers is used instead of 
oe-template. For this and the "description" property, it's good to be
aware that strings get concatenated when they occur in nested
configurations.

Signed-off-by: Ernest Van Hoecke <ernest.vanhoecke@toradex.com>

---
Ernest Van Hoecke (2):
      bitbake-setup: clarify configuration merging
      bitbake-setup: write notes for generated build configs

 bin/bitbake-setup                                             |  3 ++-
 .../bitbake-user-manual-environment-setup.rst                 | 11 +++++++++++
 lib/bb/tests/setup.py                                         |  4 ++++
 setup-schema/bitbake-setup.schema.json                        |  4 ++++
 4 files changed, 21 insertions(+), 1 deletion(-)
---
base-commit: e9a06f79d9ec767c9d95470be78b006d6fd0d59c
change-id: 20260529-bb-setup-notes-0663341b0478

Best regards,