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

git version control git at git.openembedded.org
Fri Mar 4 09:49:29 UTC 2011


Module: openembedded.git
Branch: master
Commit: 3d625ae17f830e89424765a19d22e73357ad39fe
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3d625ae17f830e89424765a19d22e73357ad39fe

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Mar  4 09:02:28 2011 +0100

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

Acked-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Andrea Adami <andrea.adami at gmail.com>
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 f56c27f..34abdee 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





More information about the Openembedded-commits mailing list