Branch: refs/heads/master-next Home: https://github.com/OpenAMP/meta-openamp Commit: 3da5ea9c63fdb4c829c23056e0743120ba4b075a https://github.com/OpenAMP/meta-openamp/commit/3da5ea9c63fdb4c829c23056e0743... Author: Mark Hatle mark.hatle@amd.com Date: 2026-06-02 (Tue, 02 Jun 2026)
Changed paths: M recipes-openamp/images/openamp-image-minimal.bb M recipes-openamp/libmetal/libmetal.inc M recipes-openamp/open-amp/open-amp.inc M recipes-openamp/rpmsg-examples/rpmsg-echo-test_1.0.bb M recipes-openamp/rpmsg-examples/rpmsg-example.inc M recipes-openamp/rpmsg-examples/rpmsg-mat-mul_1.0.bb M recipes-openamp/rpmsg-examples/rpmsg-proxy-app_1.0.bb M recipes-openamp/rpmsg-examples/rpmsg-utils_1.0.bb M recipes-openamp/rpmsg-examples/zephyr-rpmsg-test_1.0.bb
Log Message: ----------- various: Update variables to meet Wrynose requirements
The system now requires a space between a variable, operator and value.
WORKDIR is no longer allowed in S. The default value is now correct for most git repositories.
The default git repository source location is ${UNPACKDIR}/${BP}. Adjust as necessary components that build in subdirectories.
Signed-off-by: Mark Hatle mark.hatle@amd.com
Commit: 8471c08b4a73d706614b6df6574a4301a827d499 https://github.com/OpenAMP/meta-openamp/commit/8471c08b4a73d706614b6df6574a4... Author: Mark Hatle mark.hatle@amd.com Date: 2026-06-02 (Tue, 02 Jun 2026)
Changed paths: M recipes-openamp/libmetal/libmetal.inc M recipes-openamp/open-amp/open-amp.inc
Log Message: ----------- libmetal/open-amp: Fix CMake minimum version
Workaround the following issue:
| CMake Error at CMakeLists.txt:1 (cmake_minimum_required): | Compatibility with CMake < 3.5 has been removed from CMake. | | Update the VERSION argument <min> value. Or, use the <min>...<max> syntax | to tell CMake that the project requires at least <min> but has been updated | to work with policies introduced by <max> or earlier. | | Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
Signed-off-by: Mark Hatle mark.hatle@amd.com
Commit: 11b68f98e66457a3b578ed4b68e951c52a314076 https://github.com/OpenAMP/meta-openamp/commit/11b68f98e66457a3b578ed4b68e95... Author: Mark Hatle mark.hatle@amd.com Date: 2026-06-02 (Tue, 02 Jun 2026)
Changed paths: M recipes-openamp/libmetal/libmetal.inc
Log Message: ----------- libmetal: Workaround for atomic setting
Workaround for:
libmetal-v2024.05+git/test/system/linux/atomic.c:31:30: error: implicit declaration of function 'ATOMIC_VAR_INIT'; did you mean 'ATOMIC_FLAG_INIT'? [-Wimplicit-function-declaration] | 31 | atomic_int counter = ATOMIC_VAR_INIT(0); | | ^~~~~~~~~~~~~~~ | | ATOMIC_FLAG_INIT
ATOMIC_VAR_INIT is obsolete now and no longer is C23 or newer.
This wouldaround should be removed once the source is resolved.
Signed-off-by: Mark Hatle mark.hatle@amd.com
Compare: https://github.com/OpenAMP/meta-openamp/compare/6e342a445510...11b68f98e664
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/meta-openamp/settings/notifications
openamp-rp@lists.openampproject.org