Why did the task stay at "linux-imx-4.1.15-r0 do_fetch"

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Why did the task stay at "linux-imx-4.1.15-r0 do_fetch"

1,069 Views
13692631114
Contributor I

According to the i.MX_Yocto_Project_User's_Guide_Linux.pdf document, when executing to bitbake fsl-image-qt5, the following appears:

$ bitbake fsl-image-qt5
Loading cache: 100% |###########################################| ETA: 00:00:00
Loaded 2792 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION = "1.30.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-14.04"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "imx6qsabresd"
DISTRO = "fsl-imx-x11"
DISTRO_VERSION = "4.1.15-2.1.0"
TUNE_FEATURES = "arm armv7a vfp neon callconvention-hard cortexa9"
TARGET_FPU = "hard"
meta
meta-poky = "HEAD:f5da2a5913319ad6ac2141438ba1aa17576326ab"
meta-oe
meta-multimedia = "HEAD:247b1267bbe95719cd4877d2d3cfbaf2a2f4865a"
meta-fsl-arm = "HEAD:be78894e4682f111575470fb23e51e6ba523508d"
meta-fsl-arm-extra = "HEAD:3dfb82fc7e703eae9891b3ffda0e9393701f2396"
meta-fsl-demos = "HEAD:a165068f8a0d1cf29aabe4b4053f28be1c2aa492"
meta-bsp
meta-sdk = "HEAD:823b26a67261270d2bf22d511e6190641a8a90cf"
meta-browser = "HEAD:77736988073a5d90fcff9d0005c8477332ede387"
meta-gnome
meta-networking
meta-python
meta-filesystems = "HEAD:247b1267bbe95719cd4877d2d3cfbaf2a2f4865a"
meta-qt5 = "HEAD:ccae79be69c5268df3b47e4e14cea0591c39a531"

NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
Currently 1 running tasks (1378 of 8066):
0: linux-imx-4.1.15-r0 do_fetch (pid 23903)

Stayed in inux-imx-4.1.15-r0 do_fetch (pid 23903), day and night, what caused this? How to deal with it?

Labels (3)
0 Kudos
3 Replies

851 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Jaydon Zhen,

It’s odd that the task does not timeout. Have you tried stopping the build and running bitbake again making sure that you have Internet access? It has happened that firewalls don’t allow to fetch source code using the git protocol.

Regards,

0 Kudos

851 Views
13692631114
Contributor I

Hello ,

My firewall is down, the network is accessible, I tried to stop building and then run bitbake again, but still stay in the following tasks.

Current 1 running tasks (1378 of 8066):
0: linux-imx-4.1.15-r0 do_fetch (pid 26187)

Can you give me any advice?

0 Kudos

851 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Jaydon Zhen,

I tested fetching this task and I was able to do it. Are you following the Freescale Yocto Project User's Guide for BSP Release 4.1.15-1.0.0_ga? There the manifest is:

$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1.15-1.0.0_ga
$ repo sync

Perhaps you are using another repository? Since all other tasks fetch properly.

Regards,

0 Kudos