From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 5482072F24 for ; Tue, 27 Jun 2017 09:37:59 +0000 (UTC) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.15.2/8.15.2/Debian-3) with ESMTPSA id v5R9brDt008247 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 27 Jun 2017 10:37:54 +0100 Message-ID: <1498556273.3124.6.camel@linuxfoundation.org> From: Richard Purdie To: Patrick Ohly Date: Tue, 27 Jun 2017 10:37:53 +0100 In-Reply-To: <1498555300.7464.35.camel@intel.com> References: <1498550932.7464.29.camel@intel.com> <1498551943.3124.4.camel@linuxfoundation.org> <1498555300.7464.35.camel@intel.com> X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (dan.rpsys.net [192.168.3.1]); Tue, 27 Jun 2017 10:37:54 +0100 (BST) X-Virus-Scanned: clamav-milter 0.99.2 at dan X-Virus-Status: Clean Cc: Patches and discussions about the oe-core layer Subject: Re: Never ending stream of bitbake exceptions when the builder runs out of disk space X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jun 2017 09:38:00 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2017-06-27 at 11:21 +0200, Patrick Ohly wrote: > On Tue, 2017-06-27 at 09:25 +0100, Richard Purdie wrote: > > > > So if its not default, we should make it default and I'd encourage > > people to use it. > It's not the default at the moment because it's only in > local.conf.sample, which people might not use. > > So should a default for BB_DISKMON_DIRS be set in bitbake.conf? No, I don't think this belongs in bitbake.conf. If you use a nodistro setup you do get a reasonable default value for this, you're right and it is in the default local.conf.sample. Its up to distros and users to select the pieces they need/want beyond that. Whilst Martin is close to nodistro it sounds like this config was missing and I'd suggest using it. Cheers, Richard