This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Yocto Build System Error

Hi

I am going exactly by the instructions on the wiki page for building yocto file system on ubuntu 12.04

Run this command to as a one-time setup for the yocto build

host $ cd $GLSDK
host $ ./bin/setup-yocto.sh


after running this command i am getting following error

Build Configuration:
BB_VERSION        = "1.22.0"
BUILD_SYS         = "i686-linux"
NATIVELSBSTRING   = "Ubuntu-12.04"
TARGET_SYS        = "arm-oe-linux-gnueabi"
MACHINE           = "dra7xx-evm"
DISTRO            = "arago"
DISTRO_VERSION    = "2013.10"
TUNE_FEATURES     = "armv7a vfp thumb neon callconvention-hard cortexa15"
TARGET_FPU        = "vfp-neon"
meta-glsdk        = "(nobranch):49b46bdd3a35feeb0859dee918175a1045e75fe3"
meta-arago-distro
meta-arago-extras = "(nobranch):c9bebf6f4f65e5672b797b45033d19ba798bdc47"
meta-qt5          = "(nobranch):dc277b5a52e3da6b7b50c9f5f2e185f841788e33"
toolchain-layer  
meta-networking  
meta-ruby        
meta-oe           = "(nobranch):d3d14d3fcca7fcde362cf0b31411dc4eea6d20aa"
meta-ti           = "(nobranch):9aa966a6ae0d43b6e78ee6817f619af33b4876f8"
meta-linaro-toolchain = "(nobranch):06008235ca752fea678953e85adaa29a491d246b"
meta              = "(nobranch):dcd236895c37b2b1f09887bb58ae6b0cfa84a911"

NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL git://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=master, attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
Cloning into bare repository '/home/ubuntu/ti-glsdk_dra7xx-evm_7_00_00_04/yocto-layers/downloads/git2/gitorious.org.matrix-gui-v2.matrix-gui-v2-apps.git'...

fatal: unable to connect to gitorious.org:
gitorious.org[0: 109.107.38.78]: errno=No route to host
gitorious.org[1: 2a02:c0:1014::1]: errno=Network is unreachable


ERROR: Function failed: Fetcher failure for URL: 'git://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=master'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/ubuntu/ti-glsdk_dra7xx-evm_7_00_00_04/yocto-layers/build/arago-tmp-external-linaro-toolchain/work/all-oe-linux/matrix-gui-apps-images/2.0-r27.0/temp/log.do_fetch.8208
ERROR: Task 3403 (/home/ubuntu/ti-glsdk_dra7xx-evm_7_00_00_04/yocto-layers/sources/meta-arago/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-images_2.0.bb, do_fetch) failed with exit code '1'

Second Keyboard Interrupt, stopping...


Summary: 1 task failed:
  /home/ubuntu/ti-glsdk_dra7xx-evm_7_00_00_04/yocto-layers/sources/meta-arago/meta-arago-extras/recipes-core/matrix/matrix-gui-apps-images_2.0.bb, do_fetch
Summary: There were 2 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
NOTE: Sending SIGTERM to remaining 1 tasks

ubuntu@ubuntu-OptiPlex-790:~/ti-glsdk_dra7xx-evm_7_00_00_04/yocto-layers$

Please somebody help me out .

Thanks,.