Yocto Project Implementation #333
Unanswered
maitreyakale
asked this question in
General
Replies: 1 comment 1 reply
-
hello, I replicated your scenario with the latest branch. 2023.02.1 and I've seen this before when some sites are in a wierd state where various packages reside, the downloads fail and errors like yours are asserted. Just run bitbake again and you should be ok. This is the approach I did, just banged it into submission. :) 2nd time around everything built. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to build a Linux Image with a root file system with a main branch i.e. MACHINE=icicle-kit-es bitbake core-image-minimal-dev but following error logs are coming.
![core_image_minimal](https://private-user-images.githubusercontent.com/109587121/244355583-9dca5f23-54bf-41fc-a3cb-bd59a6029bdb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MDEwNTYsIm5iZiI6MTczOTUwMDc1NiwicGF0aCI6Ii8xMDk1ODcxMjEvMjQ0MzU1NTgzLTlkY2E1ZjIzLTU0YmYtNDFmYy1hM2NiLWJkNTlhNjAyOWJkYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQwMjM5MTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mZjgzOWQ3ZTMyNzgxMTZmMDc1ODhmODA2ZjhhYjY2MzI2NTFmNGM5ZGQyMWU3OTkyYjA3MmQ5ZGQ2NWVlOTA1JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.NZZJfA_0eUtxfhL9Gt5o34BdWxiCtxmcxjlYiuBOQcA)
I also tried with the RAM-based Root Filesystem (Initramfs)
init_ramfs_error_logs.txt
but got errors,please find the attached txt file.
Please Provide Solution onto this.
Thank You
Beta Was this translation helpful? Give feedback.
All reactions