bake image error

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

bake image error

Jump to solution
3,636 Views
carmilili
Contributor III

Hello,everybody.

     I want to bake the image.When I run the command ' bitbake fsl-image-gui'.I meet the error below.How can I do?

i@ubuntu:~/bin/build$ bitbake fsl-image-gui

.......

WARNING: Failed to fetch URL http://gpe.linuxtogo.org/download/source/xserver-common-1.34.tar.gz, attempting MIRRORS if available

ERROR: Fetcher failure: Fetch command failed with exit code 4, no output

ERROR: Function failed: Fetcher failure for URL: 'http://gpe.linuxtogo.org/download/source/xserver-common-1.34.tar.gz'. Unable to fetch URL from any source.

ERROR: Logfile of failure stored in: /home/carmili/bin/build/tmp/work/all-poky-linux/xserver-common/1.34-r8/temp/log.do_fetch.14738

ERROR: Task 6034 (/home/carmili/bin/sources/meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb, do_fetch) failed with exit code '1'

NOTE: Tasks Summary: Attempted 3585 tasks of which 3532 didn't need to be rerun and 1 failed.

Waiting for 0 running tasks to finish:

Summary: 1 task failed:

  /home/carmili/bin/sources/meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb, do_fetch

Summary: There were 2 WARNING messages shown.

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

Thank you.

Labels (3)
0 Kudos
1 Solution
706 Views
LeonardoSandova
Specialist I

You can try this inside the DL_DIR folder (if you do not set it, it is on the BASE folder)

$ wget http://www.mlbassoc.com/misc/xserver-common-1.34.tar.gz -O xserver-common-1.34.tar.gz

$ > xserver-common-1.34.tar.gz.done

Then bake.

View solution in original post

0 Kudos
3 Replies
707 Views
LeonardoSandova
Specialist I

You can try this inside the DL_DIR folder (if you do not set it, it is on the BASE folder)

$ wget http://www.mlbassoc.com/misc/xserver-common-1.34.tar.gz -O xserver-common-1.34.tar.gz

$ > xserver-common-1.34.tar.gz.done

Then bake.

0 Kudos
706 Views
carmilili
Contributor III

Thank you very much.

0 Kudos
706 Views
LaurenPost
NXP Employee
NXP Employee

Camille,

I've seen this too and I believe you got an answer on meta-freescale and have this resolved now.  You can set a common downloads setting in local.conf using DL_DIR=<path> and all your downloads can be in one location.

My understanding is that this location for downloading xserver  is flaky for downloads and periodically goes down.  I'll push them to get another mirror of this up.  If nothing happens we'll create an update to pull this from another location.