zephyr: Update to zephyr v2.5.0.

Updates the zephyr port build instructions and CI to use the latest
zephyr release tag.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm
2021-02-15 08:51:48 -06:00
committed by Damien George
parent 566020034f
commit 2aa57931a6
2 changed files with 4 additions and 4 deletions

View File

@@ -466,7 +466,7 @@ function ci_zephyr_setup {
}
function ci_zephyr_install {
docker exec zephyr-ci west init --mr v2.4.0 /zephyrproject
docker exec zephyr-ci west init --mr v2.5.0 /zephyrproject
docker exec -w /zephyrproject zephyr-ci west update
docker exec -w /zephyrproject zephyr-ci west zephyr-export
}