[PATCH 0/2] bitbake-setup: clarify configuration merging and add a notes property
Ernest Van Hoecke <[email protected]> Fri, 29 May 2026 16:59:59 +0200
| Newsgroups | org.openembedded.lists.bitbake-devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- 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, -- Ernest Van Hoecke <[email protected]>