[yocto] please help on compiling my kernel

Randy MacLeod randy.macleod at windriver.com
Wed Aug 14 20:23:52 PDT 2019


On 8/13/19 5:59 AM, Tg, Harish wrote:
> Hi Guys,
> 
>                   I am facing a strange issue which was 
> working/compiling earlier. I did a clean and retried. Now I am getting 
> this error with the command “bitbake -c compile -f linux-ti-staging”:
> 
> WARNING: linux-ti-staging-4.4.45+gitAUTOINC+89944627d5-r1a.arago5 
> do_fetch: Failed to fetch URL 
> git://git.omapzoom.org/kernel/omap;protocol=git;branch=p-ti-lsk-linux-4.4.y-next, 
> attempting MIRRORS if available
> 
> ERROR: linux-ti-staging-4.4.45+gitAUTOINC+89944627d5-r1a.arago5 
> do_fetch: Fetcher failure: Fetch command failed with exit code 128, output:
> 
> fatal: Not a git repository (or any parent up to mount point /mnt/yocto)
> 
> Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
> 
> ERROR: linux-ti-staging-4.4.45+gitAUTOINC+89944627d5-r1a.arago5 
> do_fetch: Function failed: Fetcher failure for URL: 
> 'git://git.omapzoom.org/kernel/omap;protocol=git;branch=p-ti-lsk-linux-4.4.y-next'. 
> Unable to fetch URL from any source.
> 
> ERROR: Logfile of failure stored in: 
> /mnt/yocto/yocto_repo/build/arago-tmp-external-linaro-toolchain/work/delphi_jlr_isp_proto-linux-gnueabi/linux-ti-staging/4.4.45+gitAUTOINC+89944627d5-r1a.arago5/temp/log.do_fetch.102021
> 
> ERROR: Task 2 
> (/mnt/yocto/yocto_repo/sources/meta-ti/recipes-kernel/linux/linux-ti-staging_4.4.bb, 
> do_fetch) failed with exit code '1'
> 
> Kindly help with this. Thanks.


Likely the server was just down for a while.

Both the web site:
    http://git.omapzoom.org/?p=kernel/omap.git;a=summary
and:
$ git clone -b p-ti-lsk-linux-4.4.y-next 
git://git.omapzoom.org/kernel/omap.git omap.git
Cloning into 'omap.git'...
remote: Counting objects: 6410683, done.
remote: Compressing objects: 100% (1028266/1028266), done.
Receiving objects: 100% (6410683/6410683), 1.54 GiB | 2.62 MiB/s, done.
remote: Total 6410683 (delta 5337468), reused 6409647 (delta 5336439)
Resolving deltas: 100% (5337468/5337468), done.
Checking out files: 100% (52679/52679), done.
rmacleod at ala-lpggp2$echo $?
0

work for me now.

Do you have a firewall blocking your internet access?
I don't have this problems thankfully but if you do, it looks
like there are some good recommendations here:
 
https://stackoverflow.com/questions/4891527/git-protocol-blocked-by-company-how-can-i-get-around-that

Of course you should abide by your corporate download policies.
Oh and some vendors provide full copies of all source when you install
their Yocto-based products.

../Randy

> 
> Regards,
> 
> Harish.
> 
> 


-- 
# Randy MacLeod
# Wind River Linux


More information about the yocto mailing list