summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2021-08-26 19:32:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-26 21:16:36 +0100
commit8e0a655a51bb8ce57a6581209325642d1b9a97de (patch)
tree39d29433c66300c069eaa23409e7e89cdbe58e39
parent1e99e5cd02c628db4f7058a98fe33670f6f85e96 (diff)
downloadopenembedded-core-8e0a655a51bb8ce57a6581209325642d1b9a97de.tar.gz
local.conf.sample: Use the new override syntax for a commented variable
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index 1bb9145aae..7119f0f165 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -137,7 +137,7 @@ USER_CLASSES ?= "buildstats"
# run tests against any SDK that are built. To enable this uncomment these lines.
# See classes/test{image,sdk}.bbclass for further details.
#IMAGE_CLASSES += "testimage testsdk"
-#TESTIMAGE_AUTO_qemuall = "1"
+#TESTIMAGE_AUTO:qemuall = "1"
#
# Interactive shell configuration