Skip to content

Commit

Permalink
xtensa-build-zephyr.sh: switch Zephyr default to sof/stable-v2.1
Browse files Browse the repository at this point in the history
Supersedes #5519

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb authored and lgirdwood committed Mar 16, 2022
1 parent af22f72 commit d93efb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/xtensa-build-zephyr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ west_init_update()
{
# Default Zephyr remote and branch if nothing passed on the
# command line.
local init_remote="${1:-https://github.com/zephyrproject-rtos/zephyr}"
local init_remote="${1:-https://github.com/thesofproject/zephyr}"

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

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

0 comments on commit d93efb7

Please sign in to comment.