intel / iotg-yocto-bsp-public

Other
35 stars 26 forks source link

Run setup.sh have some errors, please help! #13

Open Huahuasun opened 4 years ago

Huahuasun commented 4 years ago

ERROR: iproute2-1.0-gitAUTOINC+97864a5af3-r0 do_fetch: Fetcher failure: Unable to find revision 97864a5af3a196d909671956b94f92c45cc6f45e in branch master even from upstream ERROR: iproute2-1.0-gitAUTOINC+97864a5af3-r0 do_fetch: Fetcher failure for URL: 'git://git.kernel.org/pub/scm/network/iproute2/iproute2.git'. Unable to fetch URL from any source. ERROR: iproute2-1.0-gitAUTOINC+97864a5af3-r0 do_fetch: Function failed: base_do_fetch ERROR: Logfile of failure stored in: /home/lab640/yocto_build/build/tmp/work/corei7-64-poky-linux/iproute2/1.0-gitAUTOINC+97864a5af3-r0/temp/log.do_fetch.7336

Can anyone help me? please!!

C0cytus commented 3 years ago

Because the file is in branch main.You can change the branch by editing the file iproute2_git.bb. Set the SRC_URL like this: SRC_URI ="git://git.kernel.org/pub/scm/network/iproute2/iproute2.git;branch=main"