bitbake fsl-image-validation-imx error

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

bitbake fsl-image-validation-imx error

ソリューションへジャンプ
2,013件の閲覧回数
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,987件の閲覧回数
Judy_Liao
Contributor II

Thank you. I will try

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
2,002件の閲覧回数
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,988件の閲覧回数
Judy_Liao
Contributor II

Thank you. I will try

0 件の賞賛
返信