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
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
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
--
___