-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added manifest for OpenAMP virtio projects.
Signed-off-by: Dan Milea <[email protected]>
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |