Skip to content
Commit 2ced2d21 authored by Ryan Roberts's avatar Ryan Roberts
Browse files

build, clean: Squelch noisy output from git and dtc



Git is chatty by default and so would previously output informtive
messages even when shrinkwrap's --verbose was not specified. This would
make the output less legible. So pass --quiet to git to shut if up when
the user has not specified --verbose.

Similarly, when injecting a CHOSEN node into a device tree, dtc would
re-emit warnings that are already output from the original compile.
Suppress these duplicates by passing -q to dtc when doing the recompile.

Signed-off-by: Ryan Roberts's avatarRyan Roberts <ryan.roberts@arm.com>
parent 2e76b6a4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment