[yocto] Problem while running bitbake core-image-minimal

2013-04-10 Thread Rakesh Garg
Hi All, I am new to Yocto and is trying to do some hands-on. I downloaded the Yocto project on my Fedore-18 host by using the following command: git clone git://git.yoctoproject.org/poky.git and then ran the following commands: 1. source oe-init-build-env 2. configured

Re: [yocto] Problem while running bitbake core-image-minimal

2013-04-10 Thread Alexandru Palalau
Just tried it on the same platform, under the same commit. Most likely, this is a network problem on your side. Try just to fetch the package using: bitbake -c fetch gcc-cross-initial Good luck! On 4/10/2013 4:12 PM, Rakesh Garg wrote: Hi All, I am new to Yocto and is trying to do some