[Buildroot] [PATCH v4 0/3] Add grout package
Maxime Leroy
maxime at leroys.fr
Thu Apr 3 15:39:47 UTC 2025
Changes v3 -> v4:
- Bump grout version from 0.8.4 to 0.9
- Update test_grout.py to support version 0.9 (e.g. adjust taskset usage,
increase vCPUs from 4 to 6)
- Add help text for BR2_PACKAGE_GROUT_TESTS
- Use `BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE` via `BR2_PACKAGE_GROUT_TESTS`
instead of setting a kernel fragment in the test script
- Confirmed test_grout passes in CI [1]
Changes v2 -> v3:
- Add runtime test
Changes v1 -> v2:
- Add LICENSE hash
[1] https://gitlab.com/maxime-leroy/buildroot/-/jobs/9615201047
Maxime Leroy (3):
package/libecoli: bump version to 0.5.0
package/grout: new package
RFC: support/testing: add grout runtime test
DEVELOPERS | 4 ++
package/Config.in | 1 +
package/grout/Config.in | 37 ++++++++++++++++
package/grout/grout.hash | 3 ++
package/grout/grout.mk | 39 +++++++++++++++++
package/libecoli/libecoli.hash | 2 +-
package/libecoli/libecoli.mk | 2 +-
support/testing/tests/package/test_grout.py | 47 +++++++++++++++++++++
8 files changed, 133 insertions(+), 2 deletions(-)
create mode 100644 package/grout/Config.in
create mode 100644 package/grout/grout.hash
create mode 100644 package/grout/grout.mk
create mode 100644 support/testing/tests/package/test_grout.py
--
2.43.0
More information about the buildroot
mailing list