summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-02-26 22:53:02 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-26 22:51:41 +0000
commit960ee8076e860353a05eb2eb7f825a455c54698d (patch)
treeb4f479cd4f5a407464b2173026fe508b5997f8da /meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
parent30253358f5e76fb7b25be27198b4c125e0dbdf2c (diff)
downloadopenembedded-core-960ee8076e860353a05eb2eb7f825a455c54698d.tar.gz
openembedded-core-960ee8076e860353a05eb2eb7f825a455c54698d.tar.bz2
openembedded-core-960ee8076e860353a05eb2eb7f825a455c54698d.tar.xz
openembedded-core-960ee8076e860353a05eb2eb7f825a455c54698d.zip
More quoting fixes
* We have various variables which are either not quoted at all or are half quoted. This patch fixes the bad exmaples so everything is consistent. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
index c5855a357..061476c6e 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.0.bb
@@ -3,7 +3,7 @@ require recipes-kernel/linux/linux-yocto.inc
#KMACHINE = "yocto/standard/tiny/base"
KMACHINE = "yocto/standard/base"
-KBRANCH = ${KMACHINE}
+KBRANCH = "${KMACHINE}"
LINUX_VERSION ?= "3.0.12"
@@ -33,4 +33,4 @@ SRC_URI_append_qemux86 = " file://defconfig file://ata.cfg file://e1000.cfg"
COMPATIBLE_MACHINE = "(qemux86)"
# Functionality flags
-KERNEL_FEATURES=""
+KERNEL_FEATURES = ""