We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The image does not exist on downloads.yoctoproject.org. Neither does https://mirrors.kernel.org/yocto/yocto/ exist.
$ make boot wget http://downloads.yoctoproject.org/releases/yocto/yocto-2.3/machines/qemu/qemux86//core-image-minimal-qemux86.ext4 --2024-11-16 17:48:19-- http://downloads.yoctoproject.org/releases/yocto/yocto-2.3/machines/qemu/qemux86//core-image-minimal-qemux86.ext4 Resolving downloads.yoctoproject.org (downloads.yoctoproject.org)... 37.27.135.249, 2a01:4f9:3070:3985::2 Connecting to downloads.yoctoproject.org (downloads.yoctoproject.org)|37.27.135.249|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2024-11-16 17:48:20 ERROR 404: Not Found. make: *** [qemu/Makefile:63: core-image-minimal-qemux86.ext4] Error 8
Is there another mirror or copy of the image? Thanks!
The text was updated successfully, but these errors were encountered:
I've changed Yocto parameters in tools/labs/qemu/Makefile as follows:
tools/labs/qemu/Makefile
YOCTO_BASE=https://downloads.yoctoproject.org/releases/yocto/milestones/yocto-5.1_M3 YOCTO_URL=$(YOCTO_BASE)/machines/qemu/qemu$(ARCH)/ YOCTO_IMAGE=core-image-minimal-qemux86.rootfs-20240901114018.ext4
Sorry, something went wrong.
No branches or pull requests
The image does not exist on downloads.yoctoproject.org. Neither does https://mirrors.kernel.org/yocto/yocto/ exist.
Is there another mirror or copy of the image? Thanks!
The text was updated successfully, but these errors were encountered: