bitbake fsl-image-fb failed

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

bitbake fsl-image-fb failed

跳至解决方案
5,823 次查看
saurabh206
Senior Contributor III

Hi,

I could not able to prepare Freescale Yocto image for imx6qsabresd, bitbake fsl-image-fb


WARNING: Checksum failure encountered with download of http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-1.25.tar.bz2;name=archive - will attempt other sources if available

WARNING: Renaming /home/fsl/Yocto/fsl-release-bsp/downloads/evtest-1.25.tar.bz2 to /home/fsl/Yocto/fsl-release-bsp/downloads/evtest-1.25.tar.bz2_bad-checksum_0ef3fe5e20fa2dee8994827d48482902

ERROR: Fetcher failure for URL: 'http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-1.25.tar.bz2;name=archive'. Checksum mismatch!

File: '/home/fsl/Yocto/fsl-release-bsp/downloads/evtest-1.25.tar.bz2' has md5 checksum 0ef3fe5e20fa2dee8994827d48482902 when 770d6af03affe976bdbe3ad1a922c973 was expected

File: '/home/fsl/Yocto/fsl-release-bsp/downloads/evtest-1.25.tar.bz2' has sha256 checksum 6e93ef54f0aa7d263f5486ce4a14cac53cf50036bfd20cf045fef2b27ee6664b when 3d34123c68014dae6f7c19144ef79ea2915fa7a2f89ea35ca375a9cf9e191473 was expected

If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:

SRC_URI[archive.md5sum] = "0ef3fe5e20fa2dee8994827d48482902"

SRC_URI[archive.sha256sum] = "6e93ef54f0aa7d263f5486ce4a14cac53cf50036bfd20cf045fef2b27ee6664b"

Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.

ERROR: Function failed: Fetcher failure for URL: 'http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-1.25.tar.bz2;name=archive'. Unable to fetch URL from any source.

ERROR: Logfile of failure stored in: /home/fsl/Yocto/fsl-release-bsp/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/evtest/1.25-r0/temp/log.do_fetch.13488

ERROR: Task 1785 (/home/fsl/Yocto/fsl-release-bsp/sources/meta-openembedded/meta-oe/recipes-support/evtest/evtest_1.25.bb, do_fetch) failed with exit code '1'

标签 (1)
1 解答
3,207 次查看
saurabh206
Senior Contributor III

Hi,

I have fixed this issue using following steps

wget http://dev.gateworks.com/sources/evtest-1.25.tar.bz2

cp evtest-1.25.tar.bz2 downloads/

touch downloads/evtest-1.25.tar.bz2.done

bitbake gateworks-image-test

Saurabh

在原帖中查看解决方案

3 回复数
3,208 次查看
saurabh206
Senior Contributor III

Hi,

I have fixed this issue using following steps

wget http://dev.gateworks.com/sources/evtest-1.25.tar.bz2

cp evtest-1.25.tar.bz2 downloads/

touch downloads/evtest-1.25.tar.bz2.done

bitbake gateworks-image-test

Saurabh

3,207 次查看
LeviathanSteven
Contributor III

Hi Saurabh Patel,

Thanks so much for you sharing.

Many kinds of this issues has been fixed by your solution, and that saved us a lot of time.

0 项奖励
回复
3,207 次查看
gusarambula
NXP TechSupport
NXP TechSupport

Hello Saurabh Patel,

Thank you for updating your post with the fix. I’m sure it will be helpful for other users having similar issues!

0 项奖励
回复