Even the current "master" of meta-freescale builds a 5.10 kernel for linux-qoriq.
This is ancient - even Yocto itself complains about it as it expects at least 5.15 (for glibc) in scarthgap and master.
Also, we're attaching an NVME to the PCIe port, and I really want some fairly recent kernel changes (6.1) that improve power management for us.
As we will not be using any GPU or network, no firmware blobs are needed, and reportedly, the LS1028 should work with mainline.
I tried building the 6.6 linux-fslc kernel instead, with some recipe modifications, and got the ls1028ardb board to boot a bit into the kernel. However, the DMA controller won't load properly so there's not much that works. I'm digging into what prevents the kernel from accessing the SD device, as it gets stuck waiting for that (and loading the rootfs).
Has anyone made any progress into making the LS1028 kernel slightly less outdated?