
15 Sep
2017
15 Sep
'17
7:33 p.m.
On 09/15/2017 11:15 AM, Tom Rini wrote:
With support for overlays and calling the -@ flag to dtc we need to have at least 1.4.3 available now.
diff --git a/Makefile b/Makefile
checkdtc:
- @if test $(call dtc-version) -lt 0104; then \
echo '*** Your dtc is too old, please upgrade to dtc 1.4 or newer'; \
- @if test $(call dtc-version) -lt 010403; then \
false; \ fiecho '*** Your dtc is too old, please upgrade to dtc 1.4.3 or newer'; \
Can we add a comment here indicating that .travis.yml must be updated too if the version requirement changes, and similarly a comment in .travis.yml that mentions it must be kept in sync with the checkdtc rule in Makefile?
For users, it's a bit annoying that we need a newer dtc that is present in distros, without any deprecation warning from the Makefile for a couple releases before:-(