Hi NXP,
i am trying to build image for osm-imx93 from scarthgap. Getting below fetch errors
Summary: 2 tasks failed:
/home/ubuntu/imx93-yocto-bsp/sources/meta-security/meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.7.0.bb:do_fetch
/home/ubuntu/imx93-yocto-bsp/sources/meta-security/meta-parsec/recipes-parsec/parsec-service/parsec-service_1.3.0.bb:do_fetch
Summary: There were 10 WARNING messages.
Summary: There were 4 ERROR messages, returning a non-zero exit code.
^C
~//imx93-yocto-bsp/build$
when i tried fetch for parsec-tool getting below error
imx93-yocto-bsp/build$ bitbake -c fetch parsec-tool
ERROR: Logfile of failure stored in: /home/ubuntu/imx93-yocto-bsp/build/tmp/work/armv8a-poky-linux/parsec-tool/0.7.0/temp/log.do_fetch.1966123
ERROR: Task (/home/ubuntu/imx93-yocto-bsp/sources/meta-security/meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.7.0.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2 tasks of which 1 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
/home/ubuntu/imx93-yocto-bsp/sources/meta-security/meta-parsec/recipes-parsec/parsec-tool/parsec-tool_0.7.0.bb:do_fetch
Summary: There were 7 WARNING messages.
Summary: There were 2 ERROR messages, returning a non-zero exit code.
am i missing any configurations. Please suggest
Hi @Vijay_U,
Thank you for contacting NXP Support!
This error is typically related to a proxy or firewall configuration issue.
A known workaround that has resolved the issue on some systems is to add the following line to your local.conf file:
FETCHCMD_wget = "/usr/bin/env wget -t 2 -T 30 --user-agent='bitbake/2.0'"
Please try this on your side and let me know if the issue is resolved or if you observe any changes.
Best regards,
Chavira