Branch: refs/heads/main Home: https://github.com/OpenAMP/openamp-system-reference Commit: 5f1103ee95f9c293a62185b36e0e311b2d4c0933 https://github.com/OpenAMP/openamp-system-reference/commit/5f1103ee95f9c293a... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2026-02-17 (Tue, 17 Feb 2026)
Changed paths: M examples/legacy_apps/machine/CMakeLists.txt
Log Message: ----------- examples: legacy_apps: machine: fix Linux CMake build issue
When PROJECT_VENDOR is not set it is treated as an empty string in the path ${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_VENDOR}/CMakeLists.txt.
Since examples/legacy_apps/machine/CMakeLists.txt exists, the condition evaluates to true even though PROJECT_VENDOR is not defined.
Fix this by explicitly testing that PROJECT_VENDOR is defined before checking for the vendor-specific CMakeLists.txt.
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
Commit: 3eec8f826a2f7fd5b3028bfdbe8253e00ec87f0c https://github.com/OpenAMP/openamp-system-reference/commit/3eec8f826a2f7fd5b... Author: Arnaud Pouliquen arnaud.pouliquen@foss.st.com Date: 2026-02-17 (Tue, 17 Feb 2026)
Changed paths: M examples/legacy_apps/cmake/options.cmake
Log Message: ----------- examples: legacy_apps: machine: enable WITH_EXAMPLES by default
The purpose of legacy_apps is to provide examples, so it makes sense to have this configuration enabled by default.
This also fixes a compatibility issue with legacy scripts used, for instance, in the open-amp CI.
Signed-off-by: Arnaud Pouliquen arnaud.pouliquen@foss.st.com
Compare: https://github.com/OpenAMP/openamp-system-reference/compare/4bdabbb5b6aa...3...
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/openamp-system-reference/settings/notifications