mbox series

[yocto-autobuilder-helper,v2,0/2] run-config: Generate a file with build properties

Message ID 20250909-contrib-mathieu-build_props-v2-0-b607bb47be08@bootlin.com
Headers show
Series run-config: Generate a file with build properties | expand

Message

Mathieu Dubois-Briand Sept. 9, 2025, 2:29 p.m. UTC
Allows to extract some build data from the config.json, such as MACHINE
or DISTRO. This will be used by the build configuration step in
yocto-autobuilder2.

Also add b4 configuration file, to ease a bit the patch submission process.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
Changes in v2:
- Do not modify the list of arguments expected by run-config, allowing
  to merge this commit only on some branches.
- Link to v1: https://lore.kernel.org/r/20250904-contrib-mathieu-build_props-v1-0-28de412ac349@bootlin.com

---
Mathieu Dubois-Briand (2):
      run-config: Generate a file with build properties
      b4-config: Add basic b4 configuration

 .b4-config         |  4 ++++
 scripts/run-config | 35 +++++++++++++++++++++++++++--------
 2 files changed, 31 insertions(+), 8 deletions(-)
---
base-commit: fa3e15fba7fa96da520343c2ad312cefa6fc9c87
change-id: 20250904-contrib-mathieu-build_props-54c0ccc96861

Best regards,