Re: [PATCH V8 0/4] dt: Add fdtoverlay rule and statically build unittest
From: Rob Herring <robh+dt@kernel.org>
Date: 2021-03-02 22:37:48
Also in:
linux-arm-kernel, linux-kbuild, lkml
From: Rob Herring <robh+dt@kernel.org>
Date: 2021-03-02 22:37:48
Also in:
linux-arm-kernel, linux-kbuild, lkml
On Mon, Mar 1, 2021 at 10:03 PM Viresh Kumar [off-list ref] wrote:
On 01-03-21, 21:14, Frank Rowand wrote:quoted
Hi Viresh, On 3/1/21 12:56 AM, Viresh Kumar wrote:quoted
On 12-02-21, 16:48, Viresh Kumar wrote:quoted
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!Please respin on 5.12-rc1, and pull in the change you said you would make in response to my post v8 comment about the v7 patches.Yes, I will do that. I must have been more explicit about the Ping I believe. It was more for Masahiro and Rob to see if the kbuild stuff (which is relatively new) makes sense or not before I respin this..
LGTM, I was mainly waiting on Acks from Masahiro and Frank. Rob