[oe] [PATCH] linux-kexecboot: remove extra quotes arround INITRAMFS_COMPRESSION RD_COMPRESSION, which made 'make oldconfig' to ignore them

Khem Raj raj.khem at gmail.com
Fri Mar 4 08:45:43 UTC 2011


On Fri, Mar 4, 2011 at 12:02 AM, Martin Jansa <martin.jansa at gmail.com> wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

Acked-by: Khem Raj <raj.khem at gmail.com>
> ---
>  recipes/linux/linux-kexecboot.inc |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes/linux/linux-kexecboot.inc b/recipes/linux/linux-kexecboot.inc
> index 87ef03d..9154f42 100644
> --- a/recipes/linux/linux-kexecboot.inc
> +++ b/recipes/linux/linux-kexecboot.inc
> @@ -153,9 +153,9 @@ do_configure_prepend() {
>                ${S}/.config
>
>                echo '${KERNEL_COMPRESSION}' >>${S}/.config
> -               echo '"${INITRAMFS_COMPRESSION}"' >>${S}/.config
> +               echo '${INITRAMFS_COMPRESSION}' >>${S}/.config
>                echo 'CONFIG_INITRAMFS_SOURCE="initramfs.cpio.${INITRAMFS_COMPRESSION_SUFFIX}"' >>${S}/.config
> -               echo '"${RD_COMPRESSION}"' >>${S}/.config
> +               echo '${RD_COMPRESSION}' >>${S}/.config
>         fi
>
>         yes '' | oe_runmake oldconfig
> --
> 1.7.4.1
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list