This series adds a recipe for the lvgl sample from zephyr. Due to how meta-zephyr works we need to pull in some additional modules for the build to succeed.
The first three patches are just coding style improvements, the last patch adds the recipe.
v1 -> v2: - rebase patches on top of current master
v2 -> v3: - move the modules specific to the nordic devkit into the recipe
Bartosz Golaszewski (4): zephyr-kernel-src: order the SRCREV assignments alphabetically zephyr-kernel-src: use the preferred coding style for multi-line assignments zephyr-kernel-src: order git repos alphabetically zephyr-lvgl: new recipe