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

Martin Jansa martin.jansa at gmail.com
Fri Mar 4 08:02:49 UTC 2011


Signed-off-by: Martin Jansa <Martin.Jansa 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





More information about the Openembedded-devel mailing list