All of lore.kernel.org
 help / color / mirror / Atom feed
* Local repo no network help request
@ 2017-04-06  2:57 Matthew Phillips
  2017-04-06 14:30 ` Leonardo Sandoval
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Matthew Phillips @ 2017-04-06  2:57 UTC (permalink / raw)
  To: yocto

Hi all,

I am trying to do the following:

I have a local git repo, pulled manually from a remote repo (via a script).
I have a .bb file set up referencing this repo. This .bb file includes
(among other things):

>> SRC_URI = "git://${TOPDIR}/../sources/my-repo;protocol=file;branch=master"
>> SRCREV = "${AUTOREV}"

I do not want to use the network (so BB_NO_NETWORK is 1).

Although the SRC_URI is pointing to the correct path, the yocto build
fails because it tries to access the network.

How should I be doing this instead?

I can run a script (preferably bash atm) before the build if doing
something pre-build will help simplify anything.

Thank you,
M


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

end of thread, other threads:[~2017-04-07 16:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-06  2:57 Local repo no network help request Matthew Phillips
2017-04-06 14:30 ` Leonardo Sandoval
2017-04-07  7:38   ` Matthew Phillips
2017-04-07  8:17     ` Fabien Lahoudere
2017-04-06 14:38 ` Fabien Lahoudere
2017-04-07 16:08 ` Mark Hatle

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.