Hi,
I'm trying to build a yocto linux using your latest manifest:
repo init -u https://github.com/nxp-imx/imx-manifest.git -b imx-linux-scarthgap -m imx-6.6.52-2.2.0.xml
I get 7 errors for do_fetch (one is from meta-freescale, 6 from meta-imx):
Summary: 7 tasks failed:
/yocto/sources/meta-imx/meta-imx-bsp/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.11.p2.10-aarch32.bb:do_fetch
/yocto/sources/meta-imx/meta-imx-bsp/recipes-multimedia/imx-parser/imx-parser_4.9.2.bb:do_fetch
/yocto/sources/meta-freescale/recipes-bsp/imx-lib/imx-lib_git.bb:do_fetch
/yocto/sources/meta-imx/meta-imx-bsp/recipes-bsp/firmware-imx/firmware-imx_8.26.bb:do_fetch
/yocto/sources/meta-imx/meta-imx-bsp/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p2.10.bb:do_fetch
/yocto/sources/meta-imx/meta-imx-bsp/recipes-connectivity/nxp-wlan-sdk/nxp-wlan-sdk_git.bb:do_fetch
/yocto/sources/meta-imx/meta-imx-bsp/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb:do_fetch
Here are some stripped-down logs:
ERROR: imx-gpu-viv-1_6.4.11.p2.10-aarch32-r0 do_fetch: Fetcher failure: wget -t 2 -T 30 -O /mnt/d/yocto/downloads/imx-gpu-viv-6.4.11.p2.10-aarch32-accdd64.bin.tmp -P /mnt/d/yocto/downloads 'https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//imx-gpu-viv-6.4.11.p2.10-aarch32-accdd64.bin' --progress=dot -v failed with exit code 8, see logfile for output
ERROR: imx-gpu-viv-1_6.4.11.p2.10-aarch32-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//imx-gpu-viv-6.4.11.p2.10-aarch32-accdd64.bin;fsl-eula=true')
ERROR: imx-parser-4.9.2-r0 do_fetch: wget -t 2 -T 30 -O /mnt/d/yocto/downloads/imx-parser-4.9.2-828fcb7.bin.tmp -P /mnt/d/yocto/downloads 'https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//imx-parser-4.9.2-828fcb7.bin' --progress=dot -v failed with exit code 8, see logfile for output
ERROR: imx-parser-4.9.2-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//imx-parser-4.9.2-828fcb7.bin;fsl-eula=true')
ERROR: imx-lib-1_5.9+-r0 do_fetch: Fetcher failure: Unable to find revision 8f124c3914d82019849fb697baeb730e4cb1b547 in branch master even from upstream
ERROR: imx-lib-1_5.9+-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/nxp-imx/imx-lib.git;protocol=https;branch=master')
ERROR: firmware-imx-1_8.26-r0 do_fetch: Fetcher failure: wget -t 2 -T 30 -O /mnt/d/yocto/downloads/firmware-imx-8.26-d4c33ab.bin.tmp -P /mnt/d/yocto/downloads 'https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//firmware-imx-8.26-d4c33ab.bin' --progress=dot -v failed with exit code 8, see logfile for output
ERROR: firmware-imx-1_8.26-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//firmware-imx-8.26-d4c33ab.bin;fsl-eula=true')
ERROR: imx-gpu-g2d-6.4.11.p2.10-r0 do_fetch: Fetcher failure: wget -t 2 -T 30 -O /mnt/d/yocto/downloads/imx-gpu-g2d-6.4.11.p2.10-arm-accdd64.bin.tmp -P /mnt/d/yocto/downloads 'https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//imx-gpu-g2d-6.4.11.p2.10-arm-accdd64.bin' --progress=dot -v failed with exit code 8, see logfile for output
ERROR: imx-gpu-g2d-6.4.11.p2.10-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//imx-gpu-g2d-6.4.11.p2.10-arm-accdd64.bin;name=arm;fsl-eula=true')
ERROR: nxp-wlan-sdk-git-r0 do_fetch: Fetcher failure: Unable to find revision 5ad19e194f49ed9447bee7864eb562618ccaf9b1 in branch master even from upstream
ERROR: nxp-wlan-sdk-git-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/nxp-imx/mwifiex.git;protocol=https;branch=master')
ERROR: kernel-module-nxp-wlan-git-r0 do_fetch: Fetcher failure: Unable to find revision 5ad19e194f49ed9447bee7864eb562618ccaf9b1 in branch master even from upstream
ERROR: kernel-module-nxp-wlan-git-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/nxp-imx/mwifiex.git;protocol=https;branch=master')
thanks
Solved! Go to Solution.