aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bachmann <mbc@iot.bzh>2016-06-04 10:16:46 +0000
committerManuel Bachmann <mbc@iot.bzh>2016-06-04 10:20:02 +0000
commit5c11aa79a41e431949a8dcfcde3ebb4386f683fa (patch)
tree064c3146e2163a0a8a418dcff7fcb58b47787266
parent56b1139ef2660535b112d0be4ddb2806f75298a8 (diff)
Fix typo in local.conf samples
Fix small typo, which can be obvious as it copied in the user's build directory. Change-Id: Idf7d6381b27264ad074387c4283e4f9f325c77c4 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
-rw-r--r--templates/intel-corei7-64/conf/local.conf.sample2
-rw-r--r--templates/qemux86-64/conf/local.conf.sample2
-rw-r--r--templates/qemux86/conf/local.conf.sample2
-rw-r--r--templates/wandboard/conf/local.conf.sample2
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/intel-corei7-64/conf/local.conf.sample b/templates/intel-corei7-64/conf/local.conf.sample
index 8ff3abde5..25d8cda77 100644
--- a/templates/intel-corei7-64/conf/local.conf.sample
+++ b/templates/intel-corei7-64/conf/local.conf.sample
@@ -1,6 +1,6 @@
# Machine Selection: MinnowBoard MAX
MACHINE ?= "intel-corei7-64"
-# Commnet out below if want to use QtWebkit
+# Comment out below if want to use QtWebkit
PACKAGECONFIG_remove_pn-qtquick1 = "webkit"
#
diff --git a/templates/qemux86-64/conf/local.conf.sample b/templates/qemux86-64/conf/local.conf.sample
index c28e2f177..8aea4a8b7 100644
--- a/templates/qemux86-64/conf/local.conf.sample
+++ b/templates/qemux86-64/conf/local.conf.sample
@@ -1,7 +1,7 @@
# Machine Selection: QEMUx86-64
MACHINE ?= "qemux86-64"
-# Commnet out below if want to use QtWebkit
+# Comment out below if want to use QtWebkit
PACKAGECONFIG_remove_pn-qtquick1 = "webkit"
#
diff --git a/templates/qemux86/conf/local.conf.sample b/templates/qemux86/conf/local.conf.sample
index 9c58d9db7..4b5bcf968 100644
--- a/templates/qemux86/conf/local.conf.sample
+++ b/templates/qemux86/conf/local.conf.sample
@@ -1,7 +1,7 @@
# Machine Selection: QEMUx86
MACHINE ?= "qemux86"
-# Commnet out below if want to use QtWebkit
+# Comment out below if want to use QtWebkit
PACKAGECONFIG_remove_pn-qtquick1 = "webkit"
#
diff --git a/templates/wandboard/conf/local.conf.sample b/templates/wandboard/conf/local.conf.sample
index a6f4d40bd..f32dcd440 100644
--- a/templates/wandboard/conf/local.conf.sample
+++ b/templates/wandboard/conf/local.conf.sample
@@ -1,6 +1,6 @@
# Machine Selection: wandboard
MACHINE = "wandboard"
-# Commnet out below if want to use QtWebkit
+# Comment out below if want to use QtWebkit
PACKAGECONFIG_remove_pn-qtquick1 = "webkit"
#