Re: [PATCH V8 0/4] dt: Add fdtoverlay rule and statically build unittest
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2021-03-01 06:57:35
Also in:
linux-arm-kernel, linux-devicetree, lkml
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2021-03-01 06:57:35
Also in:
linux-arm-kernel, linux-devicetree, lkml
On 12-02-21, 16:48, Viresh Kumar wrote:
Hi, This patchset adds a generic rule for applying overlays using fdtoverlay tool and then updates unittests to get built statically using the same. V7->V8: - Patch 1 is new. - Platforms need to use dtb-y += foo.dtb instead of overlay-y += foo.dtb. - Use multi_depend instead of .SECONDEXPANSION. - Use dtb-y for unittest instead of overlay-y. - Rename the commented dtb filess in unittest Makefile as .dtbo. - Improved Makefile code (I am learning a lot every day :)
Ping! -- viresh