Skip to content

Commit

Permalink
[DNM] test Zephyr cache API 68140 + pick SMP revert 68366
Browse files Browse the repository at this point in the history
Test Zephyr cache API 68140 + pick SMP revert 68366

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed Jan 31, 2024
1 parent b9ff109 commit 42d39f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/xtensa-build-zephyr.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,8 @@ def create_zephyr_sof_symlink():
def west_update():
"""[summary] Clones all west manifest projects to specified revisions"""
global west_top
execute_command(["west", "update"], check=True, timeout=3000, cwd=west_top)
# --narrow to fetch SHA1s directly from forks
execute_command(["west", "update", "--narrow"], check=True, timeout=3000, cwd=west_top)


def get_sof_version():
Expand Down
5 changes: 4 additions & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ manifest:

- name: zephyr
repo-path: zephyr
revision: 9852e8e15bc8536aa1a49cc2697c1e8f802e331f
# DNM: testing cache API change
# https://github.com/zephyrproject-rtos/zephyr/pull/68140
# + revert / fix 68366
revision: 5daaa64245d6b226efd2ef2571c409a689a958e2
remote: zephyrproject

# Import some projects listed in zephyr/west.yml@revision
Expand Down

0 comments on commit 42d39f1

Please sign in to comment.