diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-11-30 17:35:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 21:41:06 +0000 |
commit | 5fe5271c9d3b19c3cecf2b0ea8f46409e6d9c61a (patch) | |
tree | a01f32f1c13392113cee537956e4b40c1a3fff5c /meta-poky/conf | |
parent | 8bbd177bb817413bfa238e9e36c80b724e69c4e9 (diff) | |
download | poky-5fe5271c9d3b19c3cecf2b0ea8f46409e6d9c61a.tar.gz |
local.conf.sample: Update the sample config as per new migration manual
Syncs with oe-core and the documentation
https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-TESTIMAGE_AUTO
https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#migration-2.6-automatic-testing-changes
(From meta-yocto rev: 1d180bc08eb6b46be4127d0b1a067b0fb92544d5)
(From meta-yocto rev: 42ee4df294851e442d7abf11e6126c82ae3270ee)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf')
-rw-r--r-- | meta-poky/conf/local.conf.sample | 10 |
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 | # |