All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: Amit Kumar <Amit.Kumar@lntinfotech.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>,
	"Lee_Ballard@Dell.com" <Lee_Ballard@dell.com>
Subject: Re: Regarding offline build
Date: Tue, 23 Jul 2013 11:35:28 +0100	[thread overview]
Message-ID: <13093998.oFjvbLO2OA@helios> (raw)
In-Reply-To: <AF0985D076EB244693F2CCD71AAB10BC2C5E6AB4AB@BLRINMSMBX01.bglrodc.lntinfotech.com>

Amit Kumar wrote:
> > To build the Yocot Project offline, i have done the following- 
> > [1] Downloaded the Poky-<latest>.tar.bz2 
> > [2] Untar it. and enter the poky
> > dir.
> > [3] execute the - source oe-init-build-env 
> > [4] edit the
> > conf/local.conf file as per ur suggesion.
> > [5] Build the image - bitbake core-image-minimal
> > 
> > But still i am getting an error-
> > To have to look into the error plz find the attached error log-

The missing step is you haven't populated DL_DIR (defaults to downloads/ under 
the build directory) with files that would normally be downloaded by the 
system, so it is attempting to download them and stopping because 
BB_NO_NETWORK is set, hence:

| ERROR: Function failed: Network access disabled through BB_NO_NETWORK 

The easiest thing to do is to go to a machine that does have full internet 
access, untar poky, source oe-init-build-env and then run:

 bitbake -c fetchall <imagename>

Then copy the contents of DL_DIR to the machine without network access and you 
should be ready to go. 

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


  parent reply	other threads:[~2013-07-23 10:35 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-16 11:21 Regarding offline build Amit Kumar
2013-07-16 13:36 ` Stewart, David C
2013-07-16 13:40 ` Burton, Ross
2013-07-16 14:27 ` Lee_Ballard
2013-07-22  4:43   ` Amit Kumar
2013-07-22 14:19     ` Lee_Ballard
2013-07-23  6:41       ` Amit Kumar
2013-07-23  9:50         ` Paul Eggleton
2013-07-23 10:00           ` Amit Kumar
2013-07-23 10:27             ` Burton, Ross
2013-07-23 10:35             ` Paul Eggleton [this message]
2013-07-24  2:39               ` Amit Kumar
2013-07-24 12:48                 ` FW: " Amit Kumar
2013-07-24 13:47                   ` Gary Thomas
2013-07-24 16:35                     ` Amit Kumar
2013-07-25 14:16                       ` Amit Kumar
2013-07-25 16:51                         ` Paul Eggleton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=13093998.oFjvbLO2OA@helios \
    --to=paul.eggleton@linux.intel.com \
    --cc=Amit.Kumar@lntinfotech.com \
    --cc=Lee_Ballard@dell.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.