public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] conf: Disable buildstats by default
@ 2021-12-30 15:47 Anton Mikanovich
  2022-01-14 14:55 ` Anton Mikanovich
  0 siblings, 1 reply; 2+ messages in thread
From: Anton Mikanovich @ 2021-12-30 15:47 UTC (permalink / raw)
  To: isar-users; +Cc: Anton Mikanovich

To optimize building time and build outputs size disable collecting of
build statistics in default configuration.
It can be enabled for debugging by the user.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 meta-isar/conf/local.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-isar/conf/local.conf.sample b/meta-isar/conf/local.conf.sample
index e260906..952d449 100644
--- a/meta-isar/conf/local.conf.sample
+++ b/meta-isar/conf/local.conf.sample
@@ -226,7 +226,7 @@ USER_isar[password] = "isar"
 USER_isar[flags] += "clear-text-password"
 
 # Use buildstats by default
-USE_BUILDSTATS = "1"
+#USE_BUILDSTATS = "1"
 
 # Uncomment the below line to debug WIC.
 # WIC_CREATE_EXTRA_ARGS += "-D"
-- 
2.25.1


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

end of thread, other threads:[~2022-01-14 14:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-30 15:47 [PATCH] conf: Disable buildstats by default Anton Mikanovich
2022-01-14 14:55 ` Anton Mikanovich

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