Simon R.
Results
2
comments of
Simon R.
Hi @memsharded Thanks for the explanation :) Everything works for me like you described it
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 Therefore I created a linux-raspberrypi_6.10.bb custom recipe and changed the kernel version like this: PREFERRED_VERSION_linux-raspberrypi = "6.10%" I...