]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "default-distrovars.inc: Set BBINCLUDELOGS to empty to disable printing failed...
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Sep 2021 10:03:55 +0000 (11:03 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Sep 2021 10:04:52 +0000 (11:04 +0100)
There are fixes in bitbake which should now allow this to operate as expected.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/default-distrovars.inc
meta/conf/documentation.conf

index 5035508b98429e6f46bd79fdd40880bd2924aa01..f91df632d5f9ba58b4bfa9e2f6f216cd9825f842 100644 (file)
@@ -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"
 
index f4697e28d057f8e94c6f27b0f3832e938e0a6243..c5a38b07642ede25ab8986b5daa44c27d5e3396d 100644 (file)
@@ -88,7 +88,7 @@ BBFILE_COLLECTIONS[doc] = "Lists the names of configured layers. These names are
 BBFILE_PATTERN[doc] = "Variable that expands to match files from BBFILES in a particular layer. This variable is used in the layer.conf file and must be suffixed with the name of a layer."
 BBFILE_PRIORITY[doc] = "Assigns the priority for recipe files in each layer. Setting this variable allows you to prioritize a layer against other layers that contain the same recipe."
 BBFILES[doc] = "List of recipe files used by BitBake to build software."
-BBINCLUDELOGS[doc] = "Variable that controls how BitBake displays logs on build failure. Set to empty if you don't want to have 2nd copy of failed task output (prefixed with '|') in the cooker log."
+BBINCLUDELOGS[doc] = "Variable that controls how BitBake displays logs on build failure."
 BBINCLUDELOGS_LINES[doc] = "Amount of log lines printed on failure."
 BBLAYERS[doc] = "Lists the layers to enable during the build. This variable is defined in the bblayers.conf configuration file."
 BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files."