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:39 +0100
commit705b1d757fa221614f4f72cabf0fac5884cb6bfd (patch)
tree13eecfb4157574b485ab7b962659ade250ebea78
parent3480d0224b98ab3841350b71ec79fef68a455282 (diff)
downloadpoky-705b1d757fa221614f4f72cabf0fac5884cb6bfd.tar.gz
local.conf.sample: Use the new override syntax for a commented variable
(From meta-yocto rev: 69e1d8c7a95081a243f36fc911ff9be3ce8cae44) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-poky/conf/local.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index f1f6d690fb..75b27167f1 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -158,7 +158,7 @@ USER_CLASSES ?= "buildstats"
158# run tests against any SDK that are built. To enable this uncomment these lines. 158# run tests against any SDK that are built. To enable this uncomment these lines.
159# See classes/test{image,sdk}.bbclass for further details. 159# See classes/test{image,sdk}.bbclass for further details.
160#IMAGE_CLASSES += "testimage testsdk" 160#IMAGE_CLASSES += "testimage testsdk"
161#TESTIMAGE_AUTO_qemuall = "1" 161#TESTIMAGE_AUTO:qemuall = "1"
162 162
163# 163#
164# Interactive shell configuration 164# Interactive shell configuration