-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathwest.yml
More file actions
34 lines (28 loc) · 810 Bytes
/
west.yml
File metadata and controls
34 lines (28 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Copyright (c) 2022 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
manifest:
remotes:
- name: openamp
url-base: https://github.com/OpenAMP
- name: zephyr
url-base: https://github.com/zephyrproject-rtos
defaults:
remote: openamp
self:
path: openamp-system-reference
projects:
- name: zephyr
remote: zephyr
revision: v4.2.0
import: true
# as we use the same names as in the zephyr manifest,
# our definitions eclipse their's
- name: libmetal
revision: main
- name: open-amp
revision: main
# 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