Hello,everyone I got the following error when building Yocto: WARNING: firmware-imx-1_5.4-r0 do_fetch: Failed to fetch URL git://github.com/NXP/imx-firmware.git;protocol=https;branch=master;destsuffix=imx-firmware;name=imx-firmware, attempting MIRRORS if available ERROR: firmware-imx-1_5.4-r0 do_fetch: Fetcher failure: Fetch command failed with exit code 128, output: Cloning into bare repository '/home/zxs/bin/imx-yocto-bsp/downloads//git2/github.com.NXP.imx-firmware.git'... fatal: unable to access '
https://github.com/NXP/imx-firmware.git/': gnutls_handshake() failed: Error in the pull function. ERROR: firmware-imx-1_5.4-r0 do_fetch: Function failed: Fetcher failure for URL: 'git://github.com/NXP/imx-firmware.git;protocol=https;branch=master;destsuffix=imx-firmware;name=imx-firmware'. Unable to fetch URL from any source. ERROR: Logfile of failure stored in: /home/zxs/bin/imx-yocto-bsp/build/tmp/work/cortexa7hf-neon-mx6ul-poky-linux-gnueabi/firmware-imx/1_5.4-r0/temp/log.do_fetch.58185 ERROR: Task 4 (/home/zxs/bin/imx-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-bsp/firmware-imx/firmware-imx_5.4.bb, do_fetch) failed with exit code '1' NOTE: Tasks Summary: Attempted 346 tasks of which 345 didn't need to be rerun and 1 failed. No currently running tasks (325 of 358) Summary: 1 task failed: /home/zxs/bin/imx-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-bsp/firmware-imx/firmware-imx_5.4.bb, do_fetch Summary: There were 2 WARNING messages shown. Summary: There were 2 ERROR messages shown, returning a non-zero exit code. Then I found a post on the Internet about this folder, and I modified it according to the post, but still reported the same error.
https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/unable-to-connect-to-git-freescale-com/t... I found that the error was about the folder github.com.NXP.imx-firmware.git, and the post was the folder git.freescale.com.imx.imx-firmware.git. So copying has no effect. I want to ask what should I do?