bitbake error

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

bitbake error

1,179 Views
wenlantang
Contributor III

I use SDK 1.3, VirtualBox4.1.2 Ubuntu 10.04 LTS,  when I "bitbake fsl-image-core", it generates fetch error such as:

>ERROR: Function failed: Fetcher failure for URL: 'git://git.freescale.com/ppc/sdk/u-boot.git'. Unable to fetch URL from any source.

How could this been resolved? Thank you!

0 Kudos
3 Replies

909 Views
mattsm
Contributor III

The sources where most likely deleted via a 'bitbake -c cleanall' - please re-extract sources from the ISO. However, this should be fetchable from git.freescale.com as well, are you able to do a 'git clone git://git.freescale.com/ppc/sdk/u-boot.git'?

-M

909 Views
wenlantang
Contributor III

Thank you for your reply.

How to extract sources from the ISO? Should I do as section 2.1.9 Extract Source Code in QorIQ_SDK_Infocenter.pdf? The document is in SDK 1.3. What is the <package-name> in this section?

I am able to do the "git clone git://git.freescale.com/ppc/sdk/u-boot.git".

Thanks

0 Kudos

909 Views
mattsm
Contributor III

Just reinstall the SDK from the ISO that has SOURCE in the file name.

-M