summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/local.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'meta-poky/conf/local.conf.sample')
-rw-r--r--meta-poky/conf/local.conf.sample10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index d28bf58a1e..cf96598819 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -157,10 +157,12 @@ USER_CLASSES ?= "buildstats image-mklibs image-prelink"
157# Runtime testing of images 157# Runtime testing of images
158# 158#
159# The build system can test booting virtual machine images under qemu (an emulator) 159# The build system can test booting virtual machine images under qemu (an emulator)
160# after any root filesystems are created and run tests against those images. To 160# after any root filesystems are created and run tests against those images. It can also
161# enable this uncomment this line. See classes/testimage(-auto).bbclass for 161# run tests against any SDK that are built. To enable this uncomment these lines.
162# further details. 162# See classes/test{image,sdk}.bbclass for further details.
163#TEST_IMAGE = "1" 163#IMAGE_CLASSES += "testimage testsdk"
164#TESTIMAGE_AUTO_qemuall = "1"
165
164# 166#
165# Interactive shell configuration 167# Interactive shell configuration
166# 168#