bitbake fsl-image-validation-imx error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

bitbake fsl-image-validation-imx error

跳至解决方案
2,012 次查看
Judy_Liao
Contributor II

Hi,

I set the build environment as following:

$ DISTRO=fsl-imx-wayland MACHINE=imx8mn-lpddr4-evk source imx-setup-release.sh -b build-8mnlpddr4-fslwayland

$ bitbake fsl-image-validation-imx

I got the errors:

ERROR: keyctl-caam-git-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://source.codeaurora.org/external/imx/keyctl_caam.git;protocol=https;branch=master')
ERROR: Logfile of failure stored in: /home/judy/bin/imx-yocto-bsp/build-8mnlpddr4-fslwayland/tmp/work/armv8a-poky-linux/keyctl-caam/git-r0/temp/log.do_fetch.31152
ERROR: Task (/home/judy/bin/imx-yocto-bsp/sources/meta-imx/meta-bsp/recipes-security/smw/keyctl-caam_git.bb:do_fetch) failed with exit code '1'

I check the error in the community, it seems  the error like this:

SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https" 

 Initially it was 

 SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https"

But, I just use $ bitbake fsl-image-validation-imx, how to fix the error?

Best regards,

Judy Liao

0 项奖励
回复
1 解答
1,986 次查看
Judy_Liao
Contributor II

Thank you. I will try

在原帖中查看解决方案

0 项奖励
回复
2 回复数
2,001 次查看
Harvey021
NXP TechSupport
NXP TechSupport

Hi @Judy_Liao 

To git repository, It is now required to add a branch name as master.

Please check if you can access and download git://source.codeaurora.org/external/imx/keyctl_caam.git by manual on your build host, by which you can test the source provided by this link with git repository blocked or not in your network environment.

 

Best regards

Harvey

0 项奖励
回复
1,987 次查看
Judy_Liao
Contributor II

Thank you. I will try

0 项奖励
回复