We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af22f72 commit d93efb7Copy full SHA for d93efb7
1 file changed
scripts/xtensa-build-zephyr.sh
@@ -116,12 +116,12 @@ west_init_update()
116
{
117
# Default Zephyr remote and branch if nothing passed on the
118
# command line.
119
- local init_remote="${1:-https://github.com/zephyrproject-rtos/zephyr}"
+ local init_remote="${1:-https://github.com/thesofproject/zephyr}"
120
121
# 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"
+ # default branch
+ local init_ref="${2:-sof/stable-v2.1}"
+ # local init_ref="$2"
125
126
# git fetch accepts anything, even 40-digits SHA but git clone is
127
# less flexible. So we git clone the default branch first to get
0 commit comments