bitbake fsl-image-fb failed

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

bitbake fsl-image-fb failed

ソリューションへジャンプ
5,825件の閲覧回数
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,209件の閲覧回数
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,210件の閲覧回数
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,209件の閲覧回数
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,209件の閲覧回数
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 件の賞賛
返信