public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* BB_NO_NETWORK = "1" causes fetch to fail for unnecessary u-boot parsing
@ 2013-01-29  9:08 Robert P. J. Day
  2013-01-29  9:44 ` Martin Jansa
  0 siblings, 1 reply; 14+ messages in thread
From: Robert P. J. Day @ 2013-01-29  9:08 UTC (permalink / raw)
  To: OE Core mailing list


  not sure if this is expected behaviour, but i'm using the meta-ti
layer to build a core-image-minimal for a am180x-evm.  i'm using
"own-mirrors" to use my own premirrors directory and i've collected
all of the necessary tarballs and actually completed the build, after
which i make sure i have saved all of the tarballs so i don't need
to download anything for a subsequent build.

  as a test, i totally delete my build and start over, but this time
with

  BB_NO_NETWORK = "1"

which i assumed would still work.  instead, i almost immediately got
this:

$ bitbake -c fetch core-image-minimal
Pseudo is not present but is required, building this first before the
main build
ERROR: ExpansionError during parsing
/home/rpjday/oe/dist/layers/meta-ti/recipes-bsp/u-boot/u-boot_2013.01.bb:
Failure expanding variable SRCPV, expression was
${@bb.fetch2.get_srcrev(d)} which triggered exception NetworkAccess:
Network access disabled through BB_NO_NETWORK but access requested
with command git ls-remote
git://arago-project.org/git/projects/u-boot-keystone.git
DEV.MCSDK-03.00.00.06 (for url None)
ERROR: Command execution failed: Exited with 1

  that's not even the version of u-boot that's going to be used, as
"bitbake -s" shows:

u-boot  :2009.11+r68+gitr5f16b8551b125f16cd8d58f278cb25b94272fd9f-r68

so i'm guessing that what's happening here is that even though the
u-boot recipe file u-boot_2013.01.bb will contribute nothing to this
build, its parsing alone requires network access, which makes the
usage of BB_NO_NETWORK = "1" somewhat useless in this context.

  am i misreading something?  thoughts?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



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

end of thread, other threads:[~2013-01-30 21:47 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-29  9:08 BB_NO_NETWORK = "1" causes fetch to fail for unnecessary u-boot parsing Robert P. J. Day
2013-01-29  9:44 ` Martin Jansa
2013-01-29  9:54   ` Robert P. J. Day
2013-01-29 11:24     ` Martin Jansa
2013-01-30 20:27       ` Robert P. J. Day
2013-01-30 20:34         ` Chris Larson
2013-01-30 20:34           ` Chris Larson
2013-01-30 20:49             ` Harvey Chapman
2013-01-30 20:53               ` Robert P. J. Day
2013-01-30 20:57               ` Chris Larson
2013-01-30 20:37           ` Robert P. J. Day
2013-01-30 20:44             ` Chris Larson
2013-01-30 21:31               ` Robert P. J. Day
2013-01-30 21:03             ` Martin Jansa

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