Skip to content

Commit

Permalink
west.yml: Lock the manifest for the v2023.10.0 release
Browse files Browse the repository at this point in the history
Lock the versions of libmetal, open-amp, and openamp-zephyr-modules to
their v2023.10.0 tags.

This commit is also the first on the v2023.10 branch which will be updated
if there is every another v2023.10.x release.

Signed-off-by: Bill Mills <bill.mills@linaro.org>
  • Loading branch information
wmamills committed Nov 3, 2023
1 parent 0cbde86 commit 3716dbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ manifest:
# as we use the same names as in the zephyr manifest,
# our definitions eclipse their's
- name: libmetal
revision: main
revision: v2023.10.0

- name: open-amp
revision: main
revision: v2023.10.0

# however, our version does not have the zephyr module glue
# so bring in our custom version that integrates both libraries
# as a single zephyr module
- name: openamp-zephyr-modules
revision: main
revision: v2023.10.0

0 comments on commit 3716dbb

Please sign in to comment.