-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
imx8mq-evk can't add jdk 17 #50
Comments
I'm happy to help, but you need to provide more information. I need to know your settings like target machine, arch, bitbake version, etc. You can do so by pasting the revelant information from the following command: |
Thank you ! I'm waiting your support. melikbilyay@melikbilyay:~/imx-yocto-bsp/builds$ bitbake imx-image-multimedia --dry-run | head -n 100 Build Configuration: Initialising tasks...Sstate summary: Wanted 333 Local 327 Mirrors 0 Missed 6 Current 6691 (98% match, 99% complete) |
I think the failure is related to issue #46 because of You have two options right now:
The problem with that PR is that GitHub Actions, which performs necessary checks, suddenly stopped working in conjunction with BitBake. I'm on it to resolve that issue but I cannot give you an estimate when it's done. |
Okay, thank you sir! |
The PR succeeded. Could you test the changes on your system and provide feedback? Thank you! |
Is this issue still relevant to you or can it be closed? |
I can't add jdk 17 to my imx8mq-evk board, can you help me its extremely important to me. The error is below :
NOTE: Executing Tasks
ERROR: imx-image-multimedia-1.0-r0 do_rootfs: The sstate manifest for task 'openjdk-17-jre:package_write_deb' (multilib variant '') could not be found.
The pkgarchs considered were: imx8mq_evk, armv8a-mx8m, armv8a-crc-crypto, armv8a-crypto, armv8a-crc, armv8a, aarch64, allarch, x86_64_x86_64-nativesdk.
But none of these manifests exists:
/home/melikbilyay/imx-yocto-bsp/builds/tmp/sstate-control/manifest-imx8mq_evk-openjdk-17-jre.package_write_deb
/home/melikbilyay/imx-yocto-bsp/builds/tmp/sstate-control/manifest-armv8a-mx8m-openjdk-17-jre.package_write_deb
/home/melikbilyay/imx-yocto-bsp/builds/tmp/sstate-control/manifest-armv8a-crc-crypto-openjdk-17-jre.package_write_deb
/home/melikbilyay/imx-yocto-bsp/builds/tmp/sstate-control/manifest-armv8a-crypto-openjdk-17-jre.package_write_deb
/home/melikbilyay/imx-yocto-bsp/builds/tmp/sstate-control/manifest-armv8a-crc-openjdk-17-jre.package_write_deb
/home/melikbilyay/imx-yocto-bsp/builds/tmp/sstate-control/manifest-armv8a-openjdk-17-jre.package_write_deb
/home/melikbilyay/imx-yocto-bsp/builds/tmp/sstate-control/manifest-aarch64-openjdk-17-jre.package_write_deb
/home/melikbilyay/imx-yocto-bsp/builds/tmp/sstate-control/manifest-allarch-openjdk-17-jre.package_write_deb
/home/melikbilyay/imx-yocto-bsp/builds/tmp/sstate-control/manifest-x86_64_x86_64-nativesdk-openjdk-17-jre.package_write_deb
ERROR: Logfile of failure stored in: /home/melikbilyay/imx-yocto-bsp/builds/tmp/work/imx8mq_evk-poky-linux/imx-image-multimedia/1.0/temp/log.do_rootfs.2241453
ERROR: Task (/home/melikbilyay/imx-yocto-bsp/sources/meta-imx/meta-imx-sdk/recipes-fsl/images/imx-image-multimedia.bb:do_rootfs) failed with exit code '1'
The text was updated successfully, but these errors were encountered: