summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-10 11:03:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-11 22:39:19 +0100
commit92d1ba8dbbbf14e78843246e412fcf7963cb27cf (patch)
tree078bd3298ed966bd114d2be14035ac08f1714cd5 /meta/conf/distro
parentd584f9c6bd4cb074e0e5d3e263543294f47f84f0 (diff)
downloadpoky-92d1ba8dbbbf14e78843246e412fcf7963cb27cf.tar.gz
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. (From OE-Core rev: b7f9980a5b2d29ac289b8cfde67779c11fda41d3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r--meta/conf/distro/include/default-distrovars.inc6
1 files changed, 2 insertions, 4 deletions
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"
33 33
34NO32LIBS ??= "1" 34NO32LIBS ??= "1"
35 35
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 36# Default to emitting logfiles if a build fails.
37# https://bugzilla.yoctoproject.org/show_bug.cgi?id=14542 37BBINCLUDELOGS ??= "yes"
38BBINCLUDELOGS ??= ""
39
40SDK_VERSION ??= "nodistro.0" 38SDK_VERSION ??= "nodistro.0"
41DISTRO_VERSION ??= "nodistro.0" 39DISTRO_VERSION ??= "nodistro.0"
42 40