I’m working on bringing up a SOM with a Yocto crafted linux and was following the example to build in the demo framebuffer application. However, the patch is based off a main/latest which is no longer main/latest.
LVGL in Yocto - LVGL 9.3 documentation
What tag or SRCREV does this example belong to? It isn’t master/latest. It doesn’t appear to be release/v9.3 either.
Hi @jgoewert
That patch is based on a version of lv port linux from October 2024, it’s now a bit outdated as the lv port linux has been modified a lot since then
I suggest understanding what the patch is doing and generating the patch yourself with the port linux version you’re using. Most of the settings enabled in the patch are now default in lv port linux so the change shouldn’t be too bad
I’ll also see if I can get to update these docs in the near future