Replies: 1 comment
-
You can add your local repo as a remote and then add remote to the manifest as done here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to pass local path to git repo in west.yml?
I'm using this fork of zmk--I use my private repo that rebases to upstream and is accessible via ssh. Following the instructions to "local build in a container" in this project, a Docker container is created and then west.yml is copied over and west initializes fetching for the public repository.
My private repo's updated fork of zmk is accessible via ssh but since it's cloned in the Docker container I'm not sure if there's an ideal way to make it SSH-accessible. I think it makes more sense to mount it in the Docker container anyway but I've been unsuccessful trying to make west.yml use a repo providing it a local path.
Beta Was this translation helpful? Give feedback.
All reactions