zephyr: Update to Zephyr v2.6.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-05-20 21:48:10 -05:00
committed by Damien George
parent 3331b1811d
commit 5cb2ade65b
2 changed files with 4 additions and 4 deletions

View File

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