Petr Štetiar 6027e49093 build: image: Fix off-by-one in DTC kernel version checks
It was reported to me on IRC today, that my change causes issues with
kernel versions between 4.14 and 4.19.

It's because I've wrongly used `git describe` in order to get kernel
version where we should disable noisy DTC checks, but I should've used
`git tag --contains` instead.

Fixes: cbbef976e2b ("build: dtc: Disable noisy warnings by default")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-04-01 13:53:31 +02:00
..
2017-10-24 13:24:04 +02:00
2015-03-29 07:29:18 +00:00
2018-07-30 14:26:16 +02:00
2019-01-30 13:20:14 +01:00
2019-02-17 19:30:34 +01:00
2016-10-13 17:04:43 +02:00
2018-08-05 00:06:27 +02:00
2018-08-02 07:54:40 +02:00