Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all socs: generate west manifests #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

natto1784
Copy link

Manifests for west, inspired by the mcupsdk_west branch but based on current main.

All files in this patchset are generated by a small script I wrote here that converts repo manifests to west manifests. Can use the following command for running it recursively:

find . -type f -name "*xml" | while IFS= read -r file; do echo $file; ~/repotowest.py "$file" "${file%.xml}.yml"; done

The reason I didn't rebase the mcupsdk_west branch and add the changes was to avoid clutter in this PR. Feel free to suggest changes or create a new branch for merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant