* overriding install in recipe for nativesdk
@ 2015-07-15 4:57 Marcin Krzemiński
2015-08-13 17:36 ` Khem Raj
0 siblings, 1 reply; 3+ messages in thread
From: Marcin Krzemiński @ 2015-07-15 4:57 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 440 bytes --]
Hello,
Currently in our yocto layer there is a recipe for u-boot that also produce
mkimage binary for host,
I would like to have mkimage in SDK. Now, there is a separate recipe in
yocto to do that, but I am wondering is it possible in some way to override
install function for nativesdk. Then I could use same sources for u-boot
and I won't be downloading them twice.maybe there is another way that I can
try?
Regards,
Marcin
[-- Attachment #2: Type: text/html, Size: 522 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: overriding install in recipe for nativesdk
2015-07-15 4:57 overriding install in recipe for nativesdk Marcin Krzemiński
@ 2015-08-13 17:36 ` Khem Raj
2015-08-14 6:49 ` mar.krzeminski
0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2015-08-13 17:36 UTC (permalink / raw)
To: Marcin Krzemiński; +Cc: yocto@yoctoproject.org
On Tue, Jul 14, 2015 at 9:57 PM, Marcin Krzemiński
<mar.krzeminski@gmail.com> wrote:
> Currently in our yocto layer there is a recipe for u-boot that also produce
> mkimage binary for host,
> I would like to have mkimage in SDK. Now, there is a separate recipe in
> yocto to do that, but I am wondering is it possible in some way to override
> install function for nativesdk. Then I could use same sources for u-boot and
> I won't be downloading them twice.maybe there is another way that I can try?
you could use shared-workdir model like what kernel and gcc use but
maintenance of such a setup is high
it may be appealing for components with large sourcecode and multiple
recipes uboot may not be particularly suitable
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: overriding install in recipe for nativesdk
2015-08-13 17:36 ` Khem Raj
@ 2015-08-14 6:49 ` mar.krzeminski
0 siblings, 0 replies; 3+ messages in thread
From: mar.krzeminski @ 2015-08-14 6:49 UTC (permalink / raw)
To: Khem Raj; +Cc: yocto@yoctoproject.org
Thanks for the clue, but as you mentioned u-boot is small so there is no
big problem with that.
W dniu 13.08.2015 o 19:36, Khem Raj pisze:
> On Tue, Jul 14, 2015 at 9:57 PM, Marcin Krzemiński
> <mar.krzeminski@gmail.com> wrote:
>> Currently in our yocto layer there is a recipe for u-boot that also produce
>> mkimage binary for host,
>> I would like to have mkimage in SDK. Now, there is a separate recipe in
>> yocto to do that, but I am wondering is it possible in some way to override
>> install function for nativesdk. Then I could use same sources for u-boot and
>> I won't be downloading them twice.maybe there is another way that I can try?
> you could use shared-workdir model like what kernel and gcc use but
> maintenance of such a setup is high clue
> it may be appealing for components with large sourcecode and multiple
> recipes uboot may not be particularly suitable
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-14 6:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-15 4:57 overriding install in recipe for nativesdk Marcin Krzemiński
2015-08-13 17:36 ` Khem Raj
2015-08-14 6:49 ` mar.krzeminski
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.