[OE-core] Q about terminology: bitbake "fetch" vs "fetchall"

Robert P. J. Day rpjday at crashcourse.ca
Fri Nov 30 14:02:53 UTC 2012


On Fri, 30 Nov 2012, Chris Larson wrote:

> On Fri, Nov 30, 2012 at 6:06 AM, Robert P. J. Day <rpjday at crashcourse.ca> wrote:
>         need some advice about terminology -- for the sake of describing
>       this accurately, what is a good way to describe the packages
>       downloaded by:
>
>         $ bitbake -c fetch
>         $ bitbake -c fetchall
>
>         for a simple "fetch", i get only this in my downloads/ directory:
>
>       autoconf-2.69.tar.gz
>       automake-1.12.5.tar.gz
>       gnu-config-20120814.tar.bz2
>       libtool-2.4.2.tar.gz
>       m4-1.4.16.tar.gz
>       pkg-config-0.25.tar.gz
>       pseudo-1.4.1.tar.bz2
>       quilt-0.60.tar.gz
>       sqlite-autoconf-3071401.tar.gz
>
>       while a "fetchall", of course, should fetch everything needed for the
>       build of my selected recipe/image.
>
>         so what word/phrase can i use to describe what is downloaded by a
>       simple "fetch"?  for the sake of docs/tutorial, of course.
>
>
>
> Fetch runs just against the target you request it run against,
> whereas fetchall runs against that and all of its dependencies. The
> reason additional sources end up in downloads when using fetch is
> due to the up front build of pseudo-native which is needed to do
> subsequent builds.

  ok, that works for me, thanks.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


More information about the Openembedded-core mailing list