如何在配方中使用本地git服务器URL?

时间:2019-07-30 16:26:30

标签: yocto

我尝试使用本地git服务器URL作为SRC_URL,但是在编译过程中发生错误。而且我已经通过git clone命令测试了该URL。有人知道如何解决此问题吗?

食谱:

KERNEL_SRC ?= "localhost:/opt/git/linux-fmc-imx_4.14.git;protocol=https"
SRC_URI = "${KERNEL_SRC};branch=${SRCBRANCH}"

错误消息:

Error executing a python function in <code>:--:--:--
...
The URL: 'localhost:/opt/git/linux-fmc-imx_4.14.git;protocol=http;branch=imx_4.14.98_2.0.0_ga' is invalid and cannot be interpreted

0 个答案:

没有答案