Skip to content

Commit

Permalink
Added manifest for OpenAMP virtio projects.
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Milea <dan.milea@windriver.com>
  • Loading branch information
Dan Milea authored and arnopo committed Apr 19, 2024
1 parent 9d91673 commit 31945bf
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions west-virtio-exp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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

0 comments on commit 31945bf

Please sign in to comment.