From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from giant.haxx.se ([80.67.6.50]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Shgde-0001tp-OR for bitbake-devel@lists.openembedded.org; Thu, 21 Jun 2012 14:37:30 +0200 Received: from giant.haxx.se (localhost.localdomain [127.0.0.1]) by giant.haxx.se (8.14.4/8.14.4/Debian-2) with ESMTP id q5LCQbpr014492 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 21 Jun 2012 14:26:37 +0200 Received: (from bjst@localhost) by giant.haxx.se (8.14.4/8.14.4/Submit) id q5LCQbFr014491; Thu, 21 Jun 2012 14:26:37 +0200 Date: Thu, 21 Jun 2012 14:26:37 +0200 From: =?iso-8859-1?Q?Bj=F6rn?= Stenberg To: Paul Eggleton Message-ID: <20120621122637.GF7204@giant> References: <1756623.6zWylpP7a0@helios> <20120621112555.GD7204@giant> <1778547.OMx1BrFPz0@helios> MIME-Version: 1.0 In-Reply-To: <1778547.OMx1BrFPz0@helios> User-Agent: Mutt/1.5.21 (2010-09-15) X-MIME-Autoconverted: from 8bit to quoted-printable by giant.haxx.se id q5LCQbpr014492 Cc: bitbake-devel@lists.openembedded.org Subject: Re: [PATCH 1/2] bitbake: ensure -f causes dependent tasks to be re-run X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 12:37:30 -0000 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Paul Eggleton wrote: > Why do you want it to be producing the same checksum for potentially > different contents? I don't. Sorry if that was unclear. I want: a) That we don't need an -f option at all, i.e. that we have dependency t= racking pinned down so well that any changed input automatically causes a= rebuild and changed hash. (A boy can dream, can't he? :-), or b) A different name for the -f option, or c) A clear information message when using -f, maybe something like "INFO:= Tainting the hash to force a rebuild", that alerts the user to the going= s-on under the hood. --=20 Bj=F6rn