Skip to content

Pin Zephyr dependencies to dedicated commit #80

@martinjaeger

Description

@martinjaeger

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions