Use case
The west.yaml points to the staging branch of the forked Zephyr repository.
It is usually good practice to specify a dedicated commit or the version branch of a dedicated Zephyr version (e.g. v4.2-branch) in order to make sure builds are reproducible and we don't suddenly get breaking changes when this repo and the staging branch diverge.
I guess a fixed commit would have avoided the issues I ran into in PR #79.
Describe the solution you'd like
Change the west.yaml e.g. like this:
projects:
- name: zephyr
revision: v4.2-branch