Compilation Error in Yocto LF5.10.72_2.2.0

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Compilation Error in Yocto LF5.10.72_2.2.0

671 Views
swathi
Contributor II

I am compiling Yocto LF5.10.72_2.2.0, while compiling I'm getting the fetching error, that I mentioned below, please help us to resolve this error.

ERROR: sof-imx-1.9.0-1-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AGENT_PID="1702"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/fvci/linuxbuild/imx-yocto-bsp/sources/poky/scripts:/home/fvci/linuxbuild/imx-yocto-bsp/build_imx8qm/tmp/work/all-poky-linux/sof-imx/1.9.0-1-r0/recipe-sysroot-native/usr/bin/allarch-poky-linux:/home/fvci/linuxbuild/imx-yocto-bsp/build_imx8qm/tmp/work/all-poky-linux/sof-imx/1.9.0-1-r0/recipe-sysroot/usr/bin/crossscripts:/home/fvci/linuxbuild/imx-yocto-bsp/build_imx8qm/tmp/work/all-poky-linux/sof-imx/1.9.0-1-r0/recipe-sysroot-native/usr/sbin:/home/fvci/linuxbuild/imx-yocto-bsp/build_imx8qm/tmp/work/all-poky-linux/sof-imx/1.9.0-1-r0/recipe-sysroot-native/usr/bin:/home/fvci/linuxbuild/imx-yocto-bsp/build_imx8qm/tmp/work/all-poky-linux/sof-imx/1.9.0-1-r0/recipe-sysroot-native/sbin:/home/fvci/linuxbuild/imx-yocto-bsp/build_imx8qm/tmp/work/all-poky-linux/sof-imx/1.9.0-1-r0/recipe-sysroot-native/bin:/home/fvci/linuxbuild/imx-yocto-bsp/sources/poky/bitbake/bin:/home/fvci/linuxbuild/imx-yocto-bsp/build_imx8qm/tmp/hosttools"; export HOME="/home/fvci"; /usr/bin/env wget -t 2 -T 30 --passive-ftp --no-check-certificate -P /home/fvci/linuxbuild/imx-yocto-bsp/downloads/ 'https://www.nxp.com/lgfiles/NMG/MAD/YOCTO//sof-imx-1.9.0-1.tar.gz' --progress=dot -v failed with exit code 8, output:

Resolving www.nxp.com (www.nxp.com)... 104.122.7.61
Connecting to www.nxp.com (www.nxp.com)|104.122.7.61|:443... connected.
HTTP request sent, awaiting response... 304 Not Modified
2022-02-17 10:27:31 ERROR 304: Not Modified.
 
 
Regards
Swathi
0 Kudos
1 Reply

648 Views
nxf63675
NXP TechSupport
NXP TechSupport

Hi @swathi,

 

These kinds of errors usually are related to a network software issue, as you can see on the log, it was fetching something but this failed.

 

You could try to re-run the bitbake or clean your build and try again; to clean the folder build use the next command:

$ bitbake -c cleanall 

 

Regards,

Israel.

0 Kudos