Skip to content

Commit

Permalink
CI: fix zephyr test on Zephyr for lpcxpresso54114 board
Browse files Browse the repository at this point in the history
The name of the board has been updated since the Zephyr commit:
  d8cfa6fb2916 ("boards: nxp: convert lpcxpresso54114 to hwmv2")

Fix the build command according to the new name.
The update is compatible with the Zephyr v3.7.

Signed-off-by: Arnaud Pouliquen <[email protected]>
  • Loading branch information
arnopo committed Jan 2, 2025
1 parent 4ace354 commit bec10d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build_ci/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ build_zephyr(){
cd ./zephyr || exit 1
source zephyr-env.sh || exit 1
echo "build openamp sample"
west build --sysbuild -b lpcxpresso54114_m4 samples/subsys/ipc/openamp/ || exit 1
west build --sysbuild -b lpcxpresso54114/lpc54114/m4 samples/subsys/ipc/openamp/ || exit 1
rm -r build
echo "build openamp/remote sample"
west build --sysbuild -b lpcxpresso54114_m0 samples/subsys/ipc/openamp/remote/ || exit 1
west build --sysbuild -b lpcxpresso54114/lpc54114/m0 samples/subsys/ipc/openamp/remote/ || exit 1
rm -r build
echo "build openamp_rsc_table sample"
west build --sysbuild -b stm32mp157c_dk2 samples/subsys/ipc/openamp_rsc_table || exit 1
Expand Down

0 comments on commit bec10d8

Please sign in to comment.