summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/distro/include/default-distrovars.inc6
-rw-r--r--meta/conf/documentation.conf2
2 files changed, 5 insertions, 3 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc
index f91df632d5..5035508b98 100644
--- a/meta/conf/distro/include/default-distrovars.inc
+++ b/meta/conf/distro/include/default-distrovars.inc
@@ -33,8 +33,10 @@ BB_GENERATE_MIRROR_TARBALLS ??= "0"
33 33
34NO32LIBS ??= "1" 34NO32LIBS ??= "1"
35 35
36# Default to emitting logfiles if a build fails. 36# 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
37BBINCLUDELOGS ??= "yes" 37# https://bugzilla.yoctoproject.org/show_bug.cgi?id=14542
38BBINCLUDELOGS ??= ""
39
38SDK_VERSION ??= "nodistro.0" 40SDK_VERSION ??= "nodistro.0"
39DISTRO_VERSION ??= "nodistro.0" 41DISTRO_VERSION ??= "nodistro.0"
40 42
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index c5a38b0764..f4697e28d0 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -88,7 +88,7 @@ BBFILE_COLLECTIONS[doc] = "Lists the names of configured layers. These names are
88BBFILE_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." 88BBFILE_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."
89BBFILE_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." 89BBFILE_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."
90BBFILES[doc] = "List of recipe files used by BitBake to build software." 90BBFILES[doc] = "List of recipe files used by BitBake to build software."
91BBINCLUDELOGS[doc] = "Variable that controls how BitBake displays logs on build failure." 91BBINCLUDELOGS[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."
92BBINCLUDELOGS_LINES[doc] = "Amount of log lines printed on failure." 92BBINCLUDELOGS_LINES[doc] = "Amount of log lines printed on failure."
93BBLAYERS[doc] = "Lists the layers to enable during the build. This variable is defined in the bblayers.conf configuration file." 93BBLAYERS[doc] = "Lists the layers to enable during the build. This variable is defined in the bblayers.conf configuration file."
94BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files." 94BBMASK[doc] = "Prevents BitBake from processing specific recipes or recipe append files."