Branch: refs/heads/main Home: https://github.com/OpenAMP/open-amp Commit: 4098a2c5bdcae6f77f2bd5a37f6ed70f388b37ba https://github.com/OpenAMP/open-amp/commit/4098a2c5bdcae6f77f2bd5a37f6ed70f3... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths: M .github/actions/build_ci/entrypoint.sh
Log Message: ----------- CI: Update to Zephyr 4.4 to fix cmake dependency
Zephyr 4.3 does not properly support CMake 4.x. The command "west sdk install" fails because of some Zephyr CMake files.
The issue has been fixed in Zephyr 4.4. Upgrade to Zephyr 4.4 instead of trying to apply a temporary fix for Zephyr 4.3.
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
Commit: cda8c64317f4c764c67191f89194759144033be2 https://github.com/OpenAMP/open-amp/commit/cda8c64317f4c764c67191f8919475914... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths: M .github/actions/build_ci/entrypoint.sh
Log Message: ----------- CI: install pip packages before exporting zephyr cmake package
Since Zephyr 4.0, the command west packages pip --install must be run before west zephyr-export.
Without this order, an error can occur when running west zephyr-export.
ModuleNotFoundError: No module named 'jsonschema'
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
Compare: https://github.com/OpenAMP/open-amp/compare/9ff23a10ce22...cda8c64317f4
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications