From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 00201E0087C; Mon, 3 Nov 2014 07:06:46 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 18140E00874 for ; Mon, 3 Nov 2014 07:06:36 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id sA3F5uSi017937; Mon, 3 Nov 2014 15:05:56 GMT Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Py92JPhAPhvp; Mon, 3 Nov 2014 15:05:56 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id sA3F5tFg017934 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 3 Nov 2014 15:05:56 GMT Message-ID: <1415027190.5111.17.camel@ted> From: Richard Purdie To: "Vuille, Martin (Martin)" Date: Mon, 03 Nov 2014 15:06:30 +0000 In-Reply-To: <30C2D590D16A5C46ADFE652191037798411583BD@AZ-US1EXMB03.global.avaya.com> References: <30C2D590D16A5C46ADFE652191037798411583BD@AZ-US1EXMB03.global.avaya.com> X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Cc: "yocto@yoctoproject.org" Subject: Re: Another sstate rebuild issue, badly need help understanding sstate X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2014 15:06:47 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Mon, 2014-11-03 at 12:53 +0000, Vuille, Martin (Martin) wrote: > I have a variable “REV_TOOLS” defined in distro/conf/somename.conf in a > custom distro layer from a git repo. > > This variable is assigned to SRCREV in a number of recipes (SRCREV = “${REV_TOOLS}”) > for packages included in my images and SDKs. Can you describe how the value of REV_TOOLS is set? Is it just assigned some value or done with some code? Does clearing the bitbake cache make things rebuild as expected (mv tmp/cache tmp/cache-old) ? Cheers, Richard