* RFC: kernel configure steps hang if make oldconfig goes interactive
@ 2007-04-30 12:24 Leon Woestenberg
2007-04-30 14:11 ` Paul Sokolovsky
0 siblings, 1 reply; 2+ messages in thread
From: Leon Woestenberg @ 2007-04-30 12:24 UTC (permalink / raw)
To: Using the OpenEmbedded metadata to build Distributions
Hello,
I have noticed some kernel builds use an outdated defconfig (because
they use that of another kernel), the one I'm now encountering is
linux-efika-2.6.18+2.6.19-rc6-r2.
During the bitbake configure task, such a package will hang the build
(with a part of the interactive oldconfig output, but no interactive
ways to influence it).
do_configure() {
install -m 644 ${WORKDIR}/defconfig ${S}/.config
make ARCH=${ARCH} oldconfig
}
This can be made more robust by doing:
do_configure() {
install -m 644 ${WORKDIR}/defconfig ${S}/.config
yes | make ARCH=${ARCH} oldconfig
}
Is this something we would bring in?
Regards,
--
Leon
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: RFC: kernel configure steps hang if make oldconfig goes interactive
2007-04-30 12:24 RFC: kernel configure steps hang if make oldconfig goes interactive Leon Woestenberg
@ 2007-04-30 14:11 ` Paul Sokolovsky
0 siblings, 0 replies; 2+ messages in thread
From: Paul Sokolovsky @ 2007-04-30 14:11 UTC (permalink / raw)
To: Leon Woestenberg; +Cc: Using the OpenEmbedded metadata to build Distributions
Hello Leon,
Monday, April 30, 2007, 3:24:45 PM, you wrote:
> Hello,
> I have noticed some kernel builds use an outdated defconfig (because
> they use that of another kernel), the one I'm now encountering is
> linux-efika-2.6.18+2.6.19-rc6-r2.
[]
> yes | make ARCH=${ARCH} oldconfig
[]
> Is this something we would bring in?
linux-handhelds-2.6 and some other kernel recipes have been
using that all the time.
> Regards,
--
Best regards,
Paul mailto:pmiscml@gmail.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-30 14:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-30 12:24 RFC: kernel configure steps hang if make oldconfig goes interactive Leon Woestenberg
2007-04-30 14:11 ` Paul Sokolovsky
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.