public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] Include error log of failing task in output
@ 2018-02-26 13:41 Jan Kiszka
  2018-03-02 12:43 ` Alexander Smirnov
  2018-03-02 16:31 ` Alexander Smirnov
  0 siblings, 2 replies; 9+ messages in thread
From: Jan Kiszka @ 2018-02-26 13:41 UTC (permalink / raw)
  To: isar-users

From: Jan Kiszka <jan.kiszka@siemens.com>

Particularly helpful in CI environment, but it also saves many manual
log dumps.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 meta/conf/isar-bitbake.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/conf/isar-bitbake.conf b/meta/conf/isar-bitbake.conf
index b49386c..8a1d86b 100644
--- a/meta/conf/isar-bitbake.conf
+++ b/meta/conf/isar-bitbake.conf
@@ -42,6 +42,8 @@ BB_STAMP_POLICY ?= "full"
 
 BB_NUMBER_THREADS ?= "${@bb.utils.cpu_count()}"
 
+BBINCLUDELOGS ??= "yes"
+
 # Add event handlers for bitbake
 INHERIT += "isar-events"
 
-- 
2.13.6

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

end of thread, other threads:[~2018-03-02 16:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-26 13:41 [PATCH] Include error log of failing task in output Jan Kiszka
2018-03-02 12:43 ` Alexander Smirnov
2018-03-02 12:46   ` Jan Kiszka
2018-03-02 13:04     ` Alexander Smirnov
2018-03-02 13:24       ` Jan Kiszka
2018-03-02 13:57         ` Alexander Smirnov
2018-03-02 14:42           ` Jan Kiszka
2018-03-02 15:06             ` Alexander Smirnov
2018-03-02 16:31 ` Alexander Smirnov

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