* RFC: Should do_runstrip be removed for kernel packages?
@ 2010-06-23 20:57 Scott Garman
2010-06-25 13:50 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Scott Garman @ 2010-06-23 20:57 UTC (permalink / raw)
To: openembedded-devel
Hello,
I've noticed for many kernel builds in OE/Poky that there are non-fatal
runstrip errors being generated during the do_pacakge stage of the build.
This is happening because a handful of utility binaries (in arch/boot/
and scripts/) are being compiled for the host architecture, and then
strip for the target architecture is being run. When these architectures
don't match, runstrip complains and generates these errors.
Currently in Poky we are maintaining a blacklist of these binaries and
deleting them in do_install:
http://git.pokylinux.org/cgit.cgi/poky/commit/?id=698dab01098816e4894beb4b3dad556f045c074d
This is a hack that I'd like to keep as temporary as possible.
I'm curious though if it is even common to perform do_runstrip for
kernel packages? What are the use cases that require this? If there are
none, then I'm inclined to simply disable do_runstrip in kernel.bbclass.
Another option - less elegant, but better than the current hack - might
be to use a variable to disable runstrip and set that within the kernel
recipe files.
Thoughts or other ideas?
Scott
--
Scott Garman
sgarman at zenlinux dot com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: RFC: Should do_runstrip be removed for kernel packages?
2010-06-23 20:57 RFC: Should do_runstrip be removed for kernel packages? Scott Garman
@ 2010-06-25 13:50 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2010-06-25 13:50 UTC (permalink / raw)
To: openembedded-devel
Scott Garman wrote:
> Hello,
>
> I've noticed for many kernel builds in OE/Poky that there are non-fatal
> runstrip errors being generated during the do_pacakge stage of the build.
>
> This is happening because a handful of utility binaries (in arch/boot/
> and scripts/) are being compiled for the host architecture, and then
> strip for the target architecture is being run. When these architectures
> don't match, runstrip complains and generates these errors.
>
> Currently in Poky we are maintaining a blacklist of these binaries and
> deleting them in do_install:
>
> http://git.pokylinux.org/cgit.cgi/poky/commit/?id=698dab01098816e4894beb4b3dad556f045c074d
>
>
> This is a hack that I'd like to keep as temporary as possible.
>
> I'm curious though if it is even common to perform do_runstrip for
> kernel packages? What are the use cases that require this? If there are
> none, then I'm inclined to simply disable do_runstrip in kernel.bbclass.
>
> Another option - less elegant, but better than the current hack - might
> be to use a variable to disable runstrip and set that within the kernel
> recipe files.
There's already a SKIP for strip, iirc. Throwing that into
kernel.bbclass or the modules bbclass would get the discussion moving
more, perhaps (I'm a bit torn here).
--
Tom Rini
Mentor Graphics Corporation
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-25 13:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-23 20:57 RFC: Should do_runstrip be removed for kernel packages? Scott Garman
2010-06-25 13:50 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox