* First build stuck at a Single Task..
@ 2013-08-27 3:26 Arun M Kumar
2013-08-27 4:22 ` Nicolas Dechesne
0 siblings, 1 reply; 2+ messages in thread
From: Arun M Kumar @ 2013-08-27 3:26 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 1944 bytes --]
I am Building the recipe for the first time.
Based on the Documentation, I clone the GIT repo of Poky and the other
tasks that were mentioned in the mega manual, (quick Start).
I ran this command
"bitbake -k core-image-sato"
all is well, but the build process seems to be stuck at this point.
-------------------------------------------------------------------------------------------------------------
Loading cache: 100%
|#################################################################################################################|
ETA: 00:00:00
Loaded 1181 entries from dependency cache.
Build Configuration:
BB_VERSION = "1.19.1"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "openSUSE-project-12.3"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "qemuarm"
DISTRO = "poky"
DISTRO_VERSION = "1.4+snapshot-20130827"
TUNE_FEATURES = "armv5 thumb dsp"
TARGET_FPU = "soft"
meta
meta-yocto
meta-yocto-bsp = "master:b2ff1add530b1fec2fb7f385227a03db47015c37"
NOTE: Resolving any missing task queue dependencies
NOTE: multiple providers are available for runtime
libasound-module-bluez (bluez4, bluez5)
NOTE: consider defining a PREFERRED_PROVIDER entry to match
libasound-module-bluez
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
Currently 1 running tasks (1587 of 5917):
*0: linux-yocto-3.8.13+gitAUTOINC+e7f42a416a_aa76cc2840-r4.2 do_fetch
(pid 2006)*
-----------------------------------------------------------------------------------------------------------------------
It has been like this for the past 4 Hours. Internet download Traffic is
around 124KB/s on system monitor (no other process using Internet).
I have set the number of jobs in the local conf file as '9' and
I have re-initialted the command from the same directory once the
previous build failed.
[-- Attachment #2: Type: text/html, Size: 2931 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: First build stuck at a Single Task..
2013-08-27 3:26 First build stuck at a Single Task Arun M Kumar
@ 2013-08-27 4:22 ` Nicolas Dechesne
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Dechesne @ 2013-08-27 4:22 UTC (permalink / raw)
To: Arun M Kumar; +Cc: Yocto list discussion
[-- Attachment #1: Type: text/plain, Size: 1499 bytes --]
On Tue, Aug 27, 2013 at 5:26 AM, Arun M Kumar <arunkr.linux@gmail.com>wrote:
> NOTE: Resolving any missing task queue dependencies
> NOTE: multiple providers are available for runtime libasound-module-bluez
> (bluez4, bluez5)
> NOTE: consider defining a PREFERRED_PROVIDER entry to match
> libasound-module-bluez
> NOTE: Preparing runqueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> Currently 1 running tasks (1587 of 5917):
> *0: linux-yocto-3.8.13+gitAUTOINC+e7f42a416a_aa76cc2840-r4.2 do_fetch
> (pid 2006)*
>
> -----------------------------------------------------------------------------------------------------------------------
>
>
> It has been like this for the past 4 Hours. Internet download Traffic is
> around 124KB/s on system monitor (no other process using Internet).
>
> I have set the number of jobs in the local conf file as '9' and
>
> I have re-initialted the command from the same directory once the previous
> build failed.
>
>
this 'task' is actually doing a 'git clone' of the entire linux-yocto
kernel repository. The SRC_URI is
SRC_URI = "git://
git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"
so, it might very well just go well , but it's slow. it should be 'cloning'
in this folder:
<build>/downloads/git2/git.yoctoproject.org.linux-yocto-3.8.git
you should be able to see that folder size growing, if not, then there can
be a problem.
[-- Attachment #2: Type: text/html, Size: 2483 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-27 4:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-27 3:26 First build stuck at a Single Task Arun M Kumar
2013-08-27 4:22 ` Nicolas Dechesne
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.