Skip to content

Commit

Permalink
CI: Copy the VERSION file in zephyr openamp module
Browse files Browse the repository at this point in the history
Add the new VERSION file support. Without the copy of the file the
cmake fails as no VERSION file is found in
zephyrproject/modules/lib/open-amp/open-amp/

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
  • Loading branch information
arnopo committed Apr 26, 2021
1 parent d55c021 commit 52c4b75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/build_ci/entrypoint.sh
Expand Up @@ -88,6 +88,7 @@ build_zephyr(){
#Update zephyr OpenAMP repos
cp -r ../lib modules/lib/open-amp/open-amp/ || exit 1
cp ../CMakeLists.txt modules/lib/open-amp/open-amp/ || exit 1
cp ../VERSION modules/lib/open-amp/open-amp/ || exit 1
cp -r ../cmake modules/lib/open-amp/open-amp/ || exit 1
cp -r ../libmetal/lib modules/hal/libmetal/libmetal/lib || exit 1
cd ./zephyr || exit 1
Expand Down

0 comments on commit 52c4b75

Please sign in to comment.