summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-08-12 12:18:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-08-12 12:18:44 +0200
commitf365d19d46113baa6d4b53de30ff6f5ccc482b1a (patch)
tree60a81f9e6c54405c02b6b6860c5042563e196b50 /scripts
parentd79a545a89e07181069c6602845f71eb61588b1b (diff)
downloadptxdist-f365d19d46113baa6d4b53de30ff6f5ccc482b1a.tar.gz
ptxdist-f365d19d46113baa6d4b53de30ff6f5ccc482b1a.tar.xz
ptxd_make_image_genimage: increase log level in verbose mode
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_make_image_genimage.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_make_image_genimage.sh b/scripts/lib/ptxd_make_image_genimage.sh
index 2229092d6..dd1e47412 100644
--- a/scripts/lib/ptxd_make_image_genimage.sh
+++ b/scripts/lib/ptxd_make_image_genimage.sh
@@ -67,6 +67,7 @@ ptxd_make_image_genimage_impl() {
ptxd_eval \
"${image_env}" \
genimage \
+ --loglevel $((PTXDIST_VERBOSE+1)) \
--rootpath "${pkg_dir}" \
--tmppath "${tmpdir}" \
--outputpath "$(dirname "${image_image}")" \