Re: [yocto] Source for recipe on local drive

2016-02-28 Thread Paul Eggleton
With 1.8 and later, if it's purely the source you want there is the "devtool extract" command which will extract the sources of the specified recipe to a directory of your choosing with all of the patches applied, tracked in the form of a git tree. Cheers, Paul On Fri, 26 Feb 2016 15:38:38 Oli

Re: [yocto] Source for recipe on local drive

2016-02-26 Thread Oliver
Additionally, I use the following sentence to get directly the location where these sources are: bitbake -e | grep "^WORKDIR=" El Viernes 26 de febrero de 2016 16:00, "Burton, Ross" escribió: On 26 February 2016 at 14:55, Marius Liebenberg wrote: How do I get all the source co

Re: [yocto] Source for recipe on local drive

2016-02-26 Thread Burton, Ross
On 26 February 2016 at 14:55, Marius Liebenberg wrote: > How do I get all the source code for a specific recipe onto my local > drive. That is without sifting through all the config files to try and get > url's > "bitbake [recipe] -c fetch" will just run the fetch task. Ross -- ___