[oe] [oe-commits] Koen Kooi : linux.inc: add back 'yes '' | oe_runmake oldconfig' that got dropped

Thomas Kunze thommycheck at gmx.de
Fri Mar 6 11:46:09 UTC 2009


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 at 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 at 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?




More information about the Openembedded-devel mailing list