From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Bongseo Jang <graycells@gmail.com>
Cc: yocto@yoctoproject.org
Subject: Re: question about devtools-native tasks
Date: Mon, 18 Jun 2012 13:05:04 +0100 [thread overview]
Message-ID: <1340021104.8481.18.camel@ted> (raw)
In-Reply-To: <CAKPsnf130xcvUrYE66p0BMjEFpVo48W58rtTWU_7zuLuZshP2g@mail.gmail.com>
On Mon, 2012-06-18 at 20:48 +0900, Bongseo Jang wrote:
> Hi All,
>
> I'm watching console output of 'bitbake minimal-core-image'
> It starts with getting native devtools like,
>
> NOTE: Running task 1 of 63 (ID:
> 11, /home/bsjang/poky/meta/recipes-devtools/quilt/quilt-native_0.60.bb, do_fetch)
> NOTE: Running task 2 of 63 (ID: 53,
> virtual:native:/home/bsjang/poky/meta/recipes-devtools/gnu-config/gnu-config_20111111.bb, do_fetch)
> NOTE: Running task 3 of 63 (ID:
> 60, /home/bsjang/poky/meta/recipes-devtools/m4/m4-native_1.4.16.bb,
> do_fetch)
> NOTE: Running task 4 of 63 (ID: 32,
> virtual:native:/home/bsjang/poky/meta/recipes-devtools/autoconf/autoconf_2.68.bb, do_fetch)
>
> and then reads bblayers.conf, local.conf and so on which are
> actually asked to be done by me, right?
>
> I'm wondering
> 1) where the dependency on native devtools things are from
> (source level explanation or overall yocto/poky concept are all
> welcom) and
> 2) can I use native tools which are already installed in my host
> linux distribution.(i don't want to fetch and compile the same tools
> again)
In general if its building it, its doing do for a reason. For autoconf
this is because of our own patches we need, for things like python/perl,
its because we need the exact same native version to be able to cross
compile effectively.
There are a small number of things like git-native which its probably
safe to ASSUME_PROVIDED but those are the exception rather than the
rule. We do this to ensure the same thing gets build regardless of which
system its built upon for build reproducibility.
Cheers,
Richard
prev parent reply other threads:[~2012-06-18 12:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-18 11:48 question about devtools-native tasks Bongseo Jang
2012-06-18 12:05 ` Richard Purdie [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1340021104.8481.18.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=graycells@gmail.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.