Skip to content

Commit b678a4d

Browse files
kv2019ilgirdwood
authored andcommitted
scrips: xtensa-build-zephyr: fix Zephyr commit for release
Use a fixed Zephyr mainline commit to build binaries in the SOF2.0 release branch. This Zephyr commit was tested in 2021-12-03 daily test plans. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 5ab5d52 commit b678a4d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/xtensa-build-zephyr.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ west_init_update()
134134
# zephyr_fetch_and_switch origin pull/38374/head
135135
# zephyr_fetch_and_switch origin 19d5448ec117fde8076bec4d0e61da53147f3315
136136

137+
# SOF2.0 release uses this commit, verified in 2021-12-03 daily test
138+
zephyr_fetch_and_switch origin fd089b361d8aebbcb49cca989444aaeb0b6fbb4d
139+
137140
# SECURITY WARNING for reviewers: never allow unknown code from
138141
# unknown submitters on any CI system.
139142

0 commit comments

Comments
 (0)