Skip to content

kernel: Add new class to test if overlays apply directly after build

Jonas Höppner requested to merge overlay-test into kirkstone

The idea is to specify devicetree, overlay combinations in a variable. fdt_apply is then called for each combination, finding errors like missing nodes and so on.

Merge request reports