All of lore.kernel.org
 help / color / mirror / Atom feed
* Impossible to build with BB_NO_NETWORK=1
@ 2011-02-22 13:18 Gary Thomas
  2011-02-22 15:12 ` Gary Thomas
  0 siblings, 1 reply; 2+ messages in thread
From: Gary Thomas @ 2011-02-22 13:18 UTC (permalink / raw)
  To: Poky

I get this error immediately.  If I disable BB_NO_NETWORK, the parsing completes
and no gypsy stuff is ever downloaded.

ERROR: Error parsing /home/local/poky-amltd/meta/recipes-connectivity/gypsy/gypsy_git.bb: Network access disabled through BB_NO_NETWORK but access rquested with command git 
ls-remote anongit.freedesktop.org/gypsy master (for url None)
ERROR: Command execution failed: Exited with 1

Is this because of this line in the recipe?
   PV = "0.8+git${SRCPV}"

Shouldn't one of these lines satisfy:
   ./meta/conf/distro/include/poky-default-revisions.inc:SRCREV_pn-gypsy ??= "147"
   ./meta/conf/distro/include/poky-floating-revisions.inc:SRCREV_pn-gypsy ?= "${AUTOREV}"
or is the ??= causing a problem?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: Impossible to build with BB_NO_NETWORK=1
  2011-02-22 13:18 Impossible to build with BB_NO_NETWORK=1 Gary Thomas
@ 2011-02-22 15:12 ` Gary Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2011-02-22 15:12 UTC (permalink / raw)
  To: Poky

On 02/22/2011 06:18 AM, Gary Thomas wrote:
> I get this error immediately. If I disable BB_NO_NETWORK, the parsing completes
> and no gypsy stuff is ever downloaded.
>
> ERROR: Error parsing /home/local/poky-amltd/meta/recipes-connectivity/gypsy/gypsy_git.bb: Network access disabled through BB_NO_NETWORK but access rquested with command git
> ls-remote anongit.freedesktop.org/gypsy master (for url None)
> ERROR: Command execution failed: Exited with 1
>
> Is this because of this line in the recipe?
> PV = "0.8+git${SRCPV}"
>
> Shouldn't one of these lines satisfy:
> ./meta/conf/distro/include/poky-default-revisions.inc:SRCREV_pn-gypsy ??= "147"
> ./meta/conf/distro/include/poky-floating-revisions.inc:SRCREV_pn-gypsy ?= "${AUTOREV}"
> or is the ??= causing a problem?
>

I imported change d5de6229f81ad2225e2e77341721824197b6d2b0, but this
doesn't solve the problem.  The only way I can get it to work is to
use ?= instead of ??=

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

end of thread, other threads:[~2011-02-22 15:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-22 13:18 Impossible to build with BB_NO_NETWORK=1 Gary Thomas
2011-02-22 15:12 ` Gary Thomas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.