-
Notifications
You must be signed in to change notification settings - Fork 417
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
Rust support in the kernel #1381
Comments
Perhaps arm64 arch for kernel 6.6.22 may not support enabling rust yet. (not sure) |
I found out that HAVE_RUST came into arm64 with version 6.9 https://github.com/raspberrypi/linux/blob/rpi-6.9.y/arch/arm64/Kconfig |
Description
I would like to enable rust support in the kernel. My MACHINE = "raspberrypi5" and I'm on scarthgap, so my LINUX_VERSION ?= "6.6.22".
It seems like it's not possible to enable it as HAVE_RUST and RUST_IS_AVAILABLE are set to n.
However, I saw that the rust sources build/tmp/work-shared/raspberrypi5/kernel-source/rust are available.
Why is HAVE_RUST=n and RUST_IS_AVAILABLE=n? Is it not supported to use rust in the kernel for raspi5?
Is there a safe way to enable the rust support?
bitbake linux-raspberrypi -c menuconfig
Steps to reproduce the issue:
bitbake linux-raspberrypi -c menuconfig
The text was updated successfully, but these errors were encountered: