* question about devtools-native tasks
@ 2012-06-18 11:48 Bongseo Jang
2012-06-18 12:05 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Bongseo Jang @ 2012-06-18 11:48 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 1104 bytes --]
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)
thank you.
--
Regards,
Jang.
a sound mind in a sound body
[-- Attachment #2: Type: text/html, Size: 1475 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: question about devtools-native tasks
2012-06-18 11:48 question about devtools-native tasks Bongseo Jang
@ 2012-06-18 12:05 ` Richard Purdie
0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-06-18 12:05 UTC (permalink / raw)
To: Bongseo Jang; +Cc: yocto
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-18 12:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-18 11:48 question about devtools-native tasks Bongseo Jang
2012-06-18 12:05 ` Richard Purdie
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.