All of lore.kernel.org
 help / color / mirror / Atom feed
* Building u-boot images in both kernel.bbclass:do_deploy() and linux.inc:do_compile_append()
@ 2008-11-29 19:49 Leon Woestenberg
  2008-11-29 19:58 ` Tom Rini
  2008-11-29 21:05 ` Koen Kooi
  0 siblings, 2 replies; 4+ messages in thread
From: Leon Woestenberg @ 2008-11-29 19:49 UTC (permalink / raw)
  To: openembedded-devel

Building u-boot images using mkimage is present in both
kernel.bbclass:do_deploy() as well as in
linux.inc:do_compile_append().

Which one has preference in the long run, and why?

Regards,
-- 
Leon



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Building u-boot images in both kernel.bbclass:do_deploy() and linux.inc:do_compile_append()
  2008-11-29 19:49 Building u-boot images in both kernel.bbclass:do_deploy() and linux.inc:do_compile_append() Leon Woestenberg
@ 2008-11-29 19:58 ` Tom Rini
  2008-11-29 21:05 ` Koen Kooi
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2008-11-29 19:58 UTC (permalink / raw)
  To: openembedded-devel

On Sat, Nov 29, 2008 at 08:49:37PM +0100, Leon Woestenberg wrote:

> Building u-boot images using mkimage is present in both
> kernel.bbclass:do_deploy() as well as in
> linux.inc:do_compile_append().
> 
> Which one has preference in the long run, and why?

Um, why are either doing it when you can get it from
KERNEL_IMAGETYPE=uImage, at least on 2.6.  2.4 might depend on the
arch in question.

-- 
Tom Rini



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Building u-boot images in both kernel.bbclass:do_deploy() and linux.inc:do_compile_append()
  2008-11-29 19:49 Building u-boot images in both kernel.bbclass:do_deploy() and linux.inc:do_compile_append() Leon Woestenberg
  2008-11-29 19:58 ` Tom Rini
@ 2008-11-29 21:05 ` Koen Kooi
  2008-11-29 21:10   ` Koen Kooi
  1 sibling, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2008-11-29 21:05 UTC (permalink / raw)
  To: openembedded-devel

On 29-11-08 20:49, Leon Woestenberg wrote:
> Building u-boot images using mkimage is present in both
> kernel.bbclass:do_deploy() as well as in
> linux.inc:do_compile_append().
>
> Which one has preference in the long run, and why?

The one in do_deploy has more fancy features IIRC, but that should be 
moved to do_compile, since we want to package the fancy one :)

The uImage that the kernel makefile generated should _not_ be used, 
since in OE we generally know better which start & load address to use 
and which compression method works best for us. Incidentally RMK agrees 
with me on that for a change :)

regards,

Koen




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Building u-boot images in both kernel.bbclass:do_deploy() and linux.inc:do_compile_append()
  2008-11-29 21:05 ` Koen Kooi
@ 2008-11-29 21:10   ` Koen Kooi
  0 siblings, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2008-11-29 21:10 UTC (permalink / raw)
  To: openembedded-devel

On 29-11-08 22:05, Koen Kooi wrote:
> On 29-11-08 20:49, Leon Woestenberg wrote:
>> Building u-boot images using mkimage is present in both
>> kernel.bbclass:do_deploy() as well as in
>> linux.inc:do_compile_append().
>>
>> Which one has preference in the long run, and why?
>
> The one in do_deploy has more fancy features IIRC, but that should be
> moved to do_compile, since we want to package the fancy one :)

I just checked kernel.bbclass and the uImage generation needs to get 
moved to do_compile, but the copying to deploy/ should be left in do_deploy.

regards,

Koen


> The uImage that the kernel makefile generated should _not_ be used,
> since in OE we generally know better which start & load address to use
> and which compression method works best for us. Incidentally RMK agrees
> with me on that for a change :)




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-29 21:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-29 19:49 Building u-boot images in both kernel.bbclass:do_deploy() and linux.inc:do_compile_append() Leon Woestenberg
2008-11-29 19:58 ` Tom Rini
2008-11-29 21:05 ` Koen Kooi
2008-11-29 21:10   ` Koen Kooi

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.