]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Detect dtc warnings
authorSimon Glass <sjg@chromium.org>
Tue, 6 Nov 2018 23:02:11 +0000 (16:02 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Nov 2018 02:14:22 +0000 (19:14 -0700)
commitb7550d0e3d18871f7a26654be9647e64b6b242cb
treeedfd172476ec90dfafd26b2d3a048321519f4101
parent09f0dcfb4edcdb8de0ace3bdd18475fec5a9d8ee
buildman: Detect dtc warnings

At present messages from the device-tree compiler like this:

  arch/arm/dts/socfpga_arria10_socdk_sdmmc.dtb: Warning
     (avoid_unnecessary_addr_size): /clocks: unnecessary
     #address-cells/#size-cells without "ranges" or child "reg" property

are detected as errors since they don't match the gcc warning regex. Add a
new one for dtc to fix this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builder.py
tools/buildman/test.py