使用 west 的相对路径

Relative path using west

提问人:user22834596 提问时间:10/31/2023 最后编辑:mkrieger1user22834596 更新时间:10/31/2023 访问量:34

问:

使用 git,您可以在 .gitmodules 中使用相对路径设置 url (https://i.stack.imgur.com/NLnZ3.png)

62 url = https://github.com/NXP/plug-and-tru
61 branch = int/CHIPSE_Release
62 platforms = ki
63 [submodule "third_party/openthread/ot-nxp" 
64 path = third_party/openthread/ot-nxp
65 url= ../ot-mp.git
66 [submodule "third_party/openthread/ot-qorvo"]

这意味着使用的远程路径与父远程存储库相同。

有没有办法使用 west 做到这一点?

git zephyr-rtos

评论


答: 暂无答案