zephyr: Upgrade to Zephyr v2.7.0.
Updates the Zephyr port build instructions and CI to use the latest Zephyr release tag. Signed-off-by: Maureen Helm <maureen.helm@intel.com>
This commit is contained in:
committed by
Damien George
parent
0cf03bd3b1
commit
c6d26bc524
@@ -605,6 +605,7 @@ function ci_windows_build {
|
||||
|
||||
ZEPHYR_DOCKER_VERSION=v0.21.0
|
||||
ZEPHYR_SDK_VERSION=0.13.2
|
||||
ZEPHYR_VERSION=v2.7.0
|
||||
|
||||
function ci_zephyr_setup {
|
||||
docker pull zephyrprojectrtos/ci:${ZEPHYR_DOCKER_VERSION}
|
||||
@@ -619,7 +620,7 @@ function ci_zephyr_setup {
|
||||
}
|
||||
|
||||
function ci_zephyr_install {
|
||||
docker exec zephyr-ci west init --mr v2.6.0 /zephyrproject
|
||||
docker exec zephyr-ci west init --mr ${ZEPHYR_VERSION} /zephyrproject
|
||||
docker exec -w /zephyrproject zephyr-ci west update
|
||||
docker exec -w /zephyrproject zephyr-ci west zephyr-export
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user