You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm building ZMK config module in a repo, containing a module.
i perfer include this module as local project, but not remote project in west.yaml, which means i have to run ' git push ; west update' every time i modify my module.
I've figured it out that passing -DZMK_EXTRA_MODULES=abs_path into west command line could make it into a ZEPHYR_EXTRA_MODULE, so everything goes happy
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building ZMK config module in a repo, containing a module.
i perfer include this module as local project, but not remote project in west.yaml, which means i have to run ' git push ; west update' every time i modify my module.
I've figured it out that passing
-DZMK_EXTRA_MODULES=abs_path
into west command line could make it into a ZEPHYR_EXTRA_MODULE, so everything goes happyBut I still want to know how to add a local repo as a module, avoiding cloning from remote.
Thank you for your for a kind reply
Beta Was this translation helpful? Give feedback.
All reactions