https://github.com/torvalds/linux
Revision 0903060fe590105b7d31901c1ed67614c08cee08 authored by Masahiro Yamada on 17 April 2020, 04:04:55 UTC, committed by Rob Herring on 17 April 2020, 15:45:23 UTC
If you run 'make dtbs_check' without installing the libyaml package,
the error message "dtc needs libyaml ..." is shown.

This should be checked also for 'make dt_binding_check' because dtc
needs to validate *.example.dts extracted from *.yaml files.

It is missing since commit 4f0e3a57d6eb ("kbuild: Add support for DT
binding schema checks"), but this fix-up is applicable only after commit
e10c4321dc1e ("kbuild: allow to run dt_binding_check and dtbs_check
in a single command").

I gave the Fixes tag to the latter in case somebody is interested in
back-porting this.

Fixes: e10c4321dc1e ("kbuild: allow to run dt_binding_check and dtbs_check in a single command")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
1 parent 29acfb6
History
Tip revision: 0903060fe590105b7d31901c1ed67614c08cee08 authored by Masahiro Yamada on 17 April 2020, 04:04:55 UTC
kbuild: check libyaml installation for 'make dt_binding_check'
Tip revision: 0903060
File Mode Size
ext
Kconfig -rw-r--r-- 1.2 KB
Makefile -rw-r--r-- 641 bytes
array.c -rw-r--r-- 1.2 KB
hda_bus_type.c -rw-r--r-- 2.1 KB
hdac_bus.c -rw-r--r-- 6.5 KB
hdac_component.c -rw-r--r-- 9.6 KB
hdac_controller.c -rw-r--r-- 16.5 KB
hdac_device.c -rw-r--r-- 27.4 KB
hdac_i915.c -rw-r--r-- 3.8 KB
hdac_regmap.c -rw-r--r-- 15.2 KB
hdac_stream.c -rw-r--r-- 20.8 KB
hdac_sysfs.c -rw-r--r-- 11.2 KB
hdmi_chmap.c -rw-r--r-- 24.2 KB
intel-dsp-config.c -rw-r--r-- 7.4 KB
intel-nhlt.c -rw-r--r-- 2.5 KB
local.h -rw-r--r-- 1.2 KB
trace.c -rw-r--r-- 107 bytes
trace.h -rw-r--r-- 2.1 KB

back to top