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.