[oe-commits] Michael 'Mickey' Lauer : linux-leviathan: remove bogus ' characters that disturb mkbootimg

git version control git at git.openembedded.org
Mon Mar 15 07:35:19 UTC 2010


Module: openembedded.git
Branch: eFfeM/sanity
Commit: a2da6e643c38721d676ea6dfb31181da8f000522
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a2da6e643c38721d676ea6dfb31181da8f000522

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Mar 14 15:32:02 2010 +0100

linux-leviathan: remove bogus ' characters that disturb mkbootimg

---

 recipes/linux/linux-leviathan_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux-leviathan_git.bb b/recipes/linux/linux-leviathan_git.bb
index a14fb21..2510a90 100644
--- a/recipes/linux/linux-leviathan_git.bb
+++ b/recipes/linux/linux-leviathan_git.bb
@@ -20,6 +20,6 @@ do_deploy_append() {
     touch -f empty
     mkbootimg --kernel ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.bin \
               --ramdisk empty \
-              --cmdline '"${CMDLINE}"' \
+              --cmdline "${CMDLINE}" \
               --output ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.fastboot
 }





More information about the Openembedded-commits mailing list