Skip to content

Commit d93efb7

Browse files
marc-hblgirdwood
authored andcommitted
xtensa-build-zephyr.sh: switch Zephyr default to sof/stable-v2.1
Supersedes #5519 Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent af22f72 commit d93efb7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/xtensa-build-zephyr.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ west_init_update()
116116
{
117117
# Default Zephyr remote and branch if nothing passed on the
118118
# command line.
119-
local init_remote="${1:-https://github.com/zephyrproject-rtos/zephyr}"
119+
local init_remote="${1:-https://github.com/thesofproject/zephyr}"
120120

121121
# This can be a branch, a 40-digit SHA or empty to fetch the
122-
# default branch. Example:
123-
# local init_ref=${2:-sof/stable-v2.1}
124-
local init_ref="$2"
122+
# default branch
123+
local init_ref="${2:-sof/stable-v2.1}"
124+
# local init_ref="$2"
125125

126126
# git fetch accepts anything, even 40-digits SHA but git clone is
127127
# less flexible. So we git clone the default branch first to get

0 commit comments

Comments
 (0)