public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] dpkg: inherit verbosity flag from bitbake for our shell steps
@ 2018-09-21 12:34 Henning Schild
  2018-09-25 17:40 ` Maxim Yu. Osipov
  0 siblings, 1 reply; 2+ messages in thread
From: Henning Schild @ 2018-09-21 12:34 UTC (permalink / raw)
  To: isar-users; +Cc: Henning Schild

Run our shells with "set -x" if bitbake is running in verbose mode. Now
you will also see how your debian tools where called, not just their
output.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 meta/recipes-devtools/buildchroot/files/common.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/buildchroot/files/common.sh b/meta/recipes-devtools/buildchroot/files/common.sh
index 61917b8..d8b7a56 100644
--- a/meta/recipes-devtools/buildchroot/files/common.sh
+++ b/meta/recipes-devtools/buildchroot/files/common.sh
@@ -5,6 +5,7 @@
 # Copyright (c) 2018 Siemens AG
 
 set -e
+printenv | grep -q BB_VERBOSE_LOGS && set -x
 
 # Go to build directory
 cd $1
-- 
2.19.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-25 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-21 12:34 [PATCH] dpkg: inherit verbosity flag from bitbake for our shell steps Henning Schild
2018-09-25 17:40 ` Maxim Yu. Osipov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox