From 3716dbba0154259d5efa3fa359313cce69cd163d Mon Sep 17 00:00:00 2001 From: Bill Mills Date: Fri, 3 Nov 2023 13:59:15 -0400 Subject: [PATCH] west.yml: Lock the manifest for the v2023.10.0 release 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 --- west.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/west.yml b/west.yml index ad23ad4..1a4eac1 100644 --- a/west.yml +++ b/west.yml @@ -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