All of lore.kernel.org
 help / color / mirror / Atom feed
* Regarding build Yocto offline
@ 2018-07-13  8:58 S, Karthikeyan
  2018-07-16  8:55 ` Gunnar Andersson
  2018-07-16  9:27 ` Burton, Ross
  0 siblings, 2 replies; 14+ messages in thread
From: S, Karthikeyan @ 2018-07-13  8:58 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1426 bytes --]

Greetings,

             Initially I was able to built with github access, but our requirement is to build offline(without Internet), I followed the steps given in https://wiki.yoctoproject.org/wiki/How_do_I#Q:_How_do_I_create_my_own_source_download_mirror_.3F

I added following lines in conf/local.conf (Git enabled machine)
SOURCE_MIRROR_URL ?= "file:///source_mirror/sources/<file:///\\source_mirror\sources\>"
INHERIT += "own-mirrors"
 BB_GENERATE_MIRROR_TARBALLS = "1"

and copied download directory to network disabled system and added following in conf/local.conf(network disabled system).

SOURCE_MIRROR_URL ?= "file:///source_mirror/sources/<file:///\\source_mirror\sources\>"

 INHERIT += "own-mirrors"

 BB_GENERATE_MIRROR_TARBALLS = "1"

 BB_NO_NETWORK = "1"

It was throwing error, saying that "Network is disabled through BB_NO_NETWORK=1" and build was failed. Please share me the exact procedure to build yocto offline.


Thanks & Regards,
Karthik S


________________________________

The information contained in this message is privileged and intended only for the recipients named. If the reader is not a representative of the intended recipient, any review, dissemination or copying of this message or the information it contains is prohibited. If you have received this message in error, please immediately notify the sender, and delete the original message and attachments.

[-- Attachment #2: Type: text/html, Size: 4984 bytes --]

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

end of thread, other threads:[~2018-07-16 17:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-13  8:58 Regarding build Yocto offline S, Karthikeyan
2018-07-16  8:55 ` Gunnar Andersson
2018-07-16  9:01   ` Gunnar GMail
2018-07-16  9:27 ` Burton, Ross
2018-07-16  9:45   ` S, Karthikeyan
2018-07-16 11:13     ` Burton, Ross
2018-07-16 11:17       ` S, Karthikeyan
2018-07-16 11:25         ` Burton, Ross
2018-07-16 12:00           ` S, Karthikeyan
2018-07-16 12:04           ` S, Karthikeyan
2018-07-16 12:06             ` Burton, Ross
2018-07-16 12:12               ` S, Karthikeyan
2018-07-16 12:16               ` S, Karthikeyan
2018-07-16 12:36               ` S, Karthikeyan

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.