From a2da6e643c38721d676ea6dfb31181da8f000522 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sun, 14 Mar 2010 15:32:02 +0100 Subject: linux-leviathan: remove bogus ' characters that disturb mkbootimg --- recipes/linux/linux-leviathan_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/linux/linux-leviathan_git.bb') diff --git a/recipes/linux/linux-leviathan_git.bb b/recipes/linux/linux-leviathan_git.bb index a14fb21092..2510a90bdb 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 } -- cgit 1.2.3-korg