* Source for recipe on local drive
@ 2016-02-26 14:55 Marius Liebenberg
2016-02-26 14:59 ` Burton, Ross
0 siblings, 1 reply; 4+ messages in thread
From: Marius Liebenberg @ 2016-02-26 14:55 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 175 bytes --]
Hi
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
Regards
Marius
[-- Attachment #2: Type: text/html, Size: 244 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Source for recipe on local drive
2016-02-26 14:55 Source for recipe on local drive Marius Liebenberg
@ 2016-02-26 14:59 ` Burton, Ross
2016-02-26 15:38 ` Oliver
0 siblings, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2016-02-26 14:59 UTC (permalink / raw)
To: Marius Liebenberg; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 313 bytes --]
On 26 February 2016 at 14:55, Marius Liebenberg <mdlcameras@gmail.com>
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
[-- Attachment #2: Type: text/html, Size: 683 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Source for recipe on local drive
2016-02-26 14:59 ` Burton, Ross
@ 2016-02-26 15:38 ` Oliver
2016-02-28 21:37 ` Paul Eggleton
0 siblings, 1 reply; 4+ messages in thread
From: Oliver @ 2016-02-26 15:38 UTC (permalink / raw)
To: Burton, Ross, Marius Liebenberg; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 708 bytes --]
Additionally, I use the following sentence to get directly the location where these sources are:
bitbake <recipe> -e | grep "^WORKDIR="
El Viernes 26 de febrero de 2016 16:00, "Burton, Ross" <ross.burton@intel.com> escribió:
On 26 February 2016 at 14:55, Marius Liebenberg <mdlcameras@gmail.com> 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
--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
[-- Attachment #2: Type: text/html, Size: 3323 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Source for recipe on local drive
2016-02-26 15:38 ` Oliver
@ 2016-02-28 21:37 ` Paul Eggleton
0 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2016-02-28 21:37 UTC (permalink / raw)
To: yocto, Oliver, Marius Liebenberg
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 Oliver wrote:
> Additionally, I use the following sentence to get directly the location
> where these sources are:
>
> bitbake <recipe> -e | grep "^WORKDIR="
>
>
>
> El Viernes 26 de febrero de 2016 16:00, "Burton, Ross"
> <ross.burton@intel.com> escribió:
>
>
>
>
>
> On 26 February 2016 at 14:55, Marius Liebenberg <mdlcameras@gmail.com>
> 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
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-02-28 21:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-26 14:55 Source for recipe on local drive Marius Liebenberg
2016-02-26 14:59 ` Burton, Ross
2016-02-26 15:38 ` Oliver
2016-02-28 21:37 ` Paul Eggleton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.