From b7f9980a5b2d29ac289b8cfde67779c11fda41d3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 10 Sep 2021 11:03:55 +0100 Subject: Revert "default-distrovars.inc: Set BBINCLUDELOGS to empty to disable printing failed task output multiple times" There are fixes in bitbake which should now allow this to operate as expected. Signed-off-by: Richard Purdie --- meta/conf/distro/include/default-distrovars.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'meta/conf/distro/include/default-distrovars.inc') diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 5035508b98..f91df632d5 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc @@ -33,10 +33,8 @@ BB_GENERATE_MIRROR_TARBALLS ??= "0" NO32LIBS ??= "1" -# Default logger already emits logfiles if a build fails, setting this to any non-empty value would just include more copies (prefixed with "|") in the output -# https://bugzilla.yoctoproject.org/show_bug.cgi?id=14542 -BBINCLUDELOGS ??= "" - +# Default to emitting logfiles if a build fails. +BBINCLUDELOGS ??= "yes" SDK_VERSION ??= "nodistro.0" DISTRO_VERSION ??= "nodistro.0" -- cgit 1.2.3-korg