lkml.org 
[lkml]   [2022]   [Sep]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2] kbuild: take into account DT_SCHEMA_FILES changes while checking dtbs
On Thu, 15 Sep 2022 14:44:22 +0300, Dmitry Baryshkov wrote:
> It is useful to be able to recheck dtbs files against a limited set of
> DT schema files. This can be accomplished by using differnt
> DT_SCHEMA_FILES argument values while rerunning make dtbs_check. However
> for some reason if_changed_rule doesn't pick up the rule_dtc changes
> (and doesn't retrigger the build).
>
> Fix this by changing if_changed_rule to if_changed_dep and squashing DTC
> and dt-validate into a single new command. Then if_changed_dep triggers
> on DT_SCHEMA_FILES changes and reruns the build/check.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
>
> Changes since v1:
> - Fixed the quiet_cmd_dtb to fit into the 7 chars limit
>
> ---
> scripts/Makefile.lib | 14 ++++++--------
> 1 file changed, 6 insertions(+), 8 deletions(-)
>

Applied, thanks!

\
 
 \ /
  Last update: 2022-09-27 17:11    [W:0.052 / U:1.676 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site