From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.122]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1U0eq2-00018t-W0 for openembedded-core@lists.openembedded.org; Wed, 30 Jan 2013 22:04:59 +0100 X-Authority-Analysis: v=2.0 cv=QcjkT7nv c=1 sm=0 a=0BEmelG+NCIkmYz4MtfDKA==:17 a=KAMKcUAUZugA:10 a=I4j6jzedFl0A:10 a=h1JwTc6auzgA:10 a=wPDyFdB5xvgA:10 a=cL4bF6sHAAAA:8 a=TDw1hb6CaaEA:10 a=K6Cbrq60AAAA:8 a=MCaYdwpNrvGrHsxPXZAA:9 a=CjuIK1q_8ugA:10 a=TRY22jUYQbcA:10 a=_W_S_7VecoQA:10 a=tXsnliwV7b4A:10 a=ISgXYH8OxHYN34Q6:21 a=0BEmelG+NCIkmYz4MtfDKA==:117 X-Cloudmark-Score: 0 X-Authenticated-User: X-Originating-IP: 65.34.9.19 Received: from [65.34.9.19] ([65.34.9.19:38060] helo=blue.3gfp.com) by hrndva-oedge03.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id DE/C1-06396-C4789015; Wed, 30 Jan 2013 20:49:17 +0000 Received: from localhost (localhost [127.0.0.1]) by blue.3gfp.com (Postfix) with ESMTP id 49F981080591; Wed, 30 Jan 2013 15:49:16 -0500 (EST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at 3gfp.com Received: from blue.3gfp.com ([127.0.0.1]) by localhost (blue.3gfp.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vMGlNr8Vpnr2; Wed, 30 Jan 2013 15:49:11 -0500 (EST) Received: from [192.168.0.115] (rrcs-71-43-163-130.se.biz.rr.com [71.43.163.130]) by blue.3gfp.com (Postfix) with ESMTPSA id 33F771080586; Wed, 30 Jan 2013 15:49:10 -0500 (EST) Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) From: Harvey Chapman In-Reply-To: Date: Wed, 30 Jan 2013 15:49:10 -0500 Message-Id: <3C2BEFD8-C67F-4356-9518-5E91D1B975D4@3gfp.com> References: <20130129094422.GJ16904@jama.palm1.palmone.com> <20130129112406.GK16904@jama.palm1.palmone.com> To: Chris Larson X-Mailer: Apple Mail (2.1499) Cc: Martin Jansa , OE Core mailing list Subject: Re: BB_NO_NETWORK = "1" causes fetch to fail for unnecessary u-boot parsing X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 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: Wed, 30 Jan 2013 21:05:00 -0000 Content-Type: multipart/alternative; boundary="Apple-Mail=_3ABE12AF-7A1B-49A7-921F-6F84ECB3A2E8" --Apple-Mail=_3ABE12AF-7A1B-49A7-921F-6F84ECB3A2E8 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On Jan 30, 2013, at 3:34 PM, Chris Larson wrote: > On Wed, Jan 30, 2013 at 1:34 PM, Chris Larson = wrote: >=20 > It's worth bringing up the SRCREV_POLICY variable, which lets you = control how bitbake handles caching of srcrevs. By default, it figures = it needs to get the mapping every time (value =3D=3D clear, or unset), = which can make sense in certain cases. But you can tell it to go ahead = and use the values it has cached from a previous run, as well (value =3D=3D= cache). This can be useful if you know you're moving into an offline = state and want to prepare for it above and beyond the -c fetchall. >=20 > Erm, s/SRCREV_POLICY/BB_SRCREV_POLICY/ So, should BB_NO_NETWORK=3D1 automatically set BB_SRCREV_POLICY=3Dcache = because the former implies the latter? --Apple-Mail=_3ABE12AF-7A1B-49A7-921F-6F84ECB3A2E8 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii clarson@kergoth.com> = wrote:
On Wed, Jan 30, 2013 at = 1:34 PM, Chris Larson <clarson@kergoth.com> wrote:

It's worth bringing up the = SRCREV_POLICY variable, which lets you control how bitbake handles = caching of srcrevs. By default, it figures it needs to get the mapping = every time (value =3D=3D clear, or unset), which can make sense in = certain cases. But you can tell it to go ahead and use the values it has = cached from a previous run, as well (value =3D=3D cache). This can be = useful if you know you're moving into an offline state and want to = prepare for it above and beyond the -c fetchall.

Erm, = s/SRCREV_POLICY/BB_SRCREV_POLICY/

So, should BB_NO_NETWORK=3D1 automatically set = BB_SRCREV_POLICY=3Dcache because the former implies the = latter?

= --Apple-Mail=_3ABE12AF-7A1B-49A7-921F-6F84ECB3A2E8--