forked from OpenAMP/openamp-system-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwest-virtio-exp.yml
More file actions
33 lines (27 loc) · 794 Bytes
/
Copy pathwest-virtio-exp.yml
File metadata and controls
33 lines (27 loc) · 794 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
# Copyright (c) 2024 Wind River Systems, Inc.
# SPDX-License-Identifier: Apache-2.0
manifest:
remotes:
- name: openamp
url-base: https://github.com/OpenAMP
defaults:
remote: openamp
self:
path: openamp-system-reference
projects:
- name: zephyr
repo-path: openamp-zephyr-staging
remote: openamp
revision: virtio-exp
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: virtio-exp
# 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