* Re: [oe-commits] Koen Kooi : linux.inc: add back 'yes '' | oe_runmake oldconfig' that got dropped
[not found] <20090306064607.C5FCC1880D9@amethyst.openembedded.net>
@ 2009-03-06 11:46 ` Thomas Kunze
0 siblings, 0 replies; only message in thread
From: Thomas Kunze @ 2009-03-06 11:46 UTC (permalink / raw)
To: openembedded-devel
GIT User account schrieb:
> Module: openembedded.git
> Branch: org.openembedded.dev
> Commit: cdd27f17b730c0f5ba537fdee6a9086549f67410
> URL: http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cdd27f17b730c0f5ba537fdee6a9086549f67410
>
> Author: Koen Kooi <koen@openembedded.org>
> Date: Fri Mar 6 07:44:00 2009 +0100
>
> linux.inc: add back 'yes '' | oe_runmake oldconfig' that got dropped
>
> ---
>
> packages/linux/linux.inc | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc
> index f3d3bf8..984efac 100644
> --- a/packages/linux/linux.inc
> +++ b/packages/linux/linux.inc
> @@ -124,6 +124,7 @@ do_configure_prepend() {
> echo "CONFIG_ROOT_NFS=y" >> ${S}/.config
> echo "CONFIG_CMDLINE=\"${CMDLINE_NFSROOT_USB}\"" >> ${S}/.config
> fi
> + yes '' | oe_runmake oldconfig
> }
>
> do_configure_append_avr32() {
>
>
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits
>
I dropped it accidentally, but the same line is already in do_configure
from kernel.bbclass. As we only prepend this task there is no reason to
duplicate it, isn't it?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-06 11:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20090306064607.C5FCC1880D9@amethyst.openembedded.net>
2009-03-06 11:46 ` [oe-commits] Koen Kooi : linux.inc: add back 'yes '' | oe_runmake oldconfig' that got dropped Thomas Kunze
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.