diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-09-20 10:28:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-22 12:19:46 +0100 |
commit | 4e7dde77deccfb60977dd7ce92ad8d5bb7b7d16f (patch) | |
tree | 6fc9e4f8e369a7fa552900fe5503f5d8929438ad | |
parent | bead255721de5899febb9c15c48d3617fb583072 (diff) | |
download | poky-4e7dde77deccfb60977dd7ce92ad8d5bb7b7d16f.tar.gz |
conf/local.conf.sample: update for new testimage class
(From meta-yocto rev: 052882dd6e769064d561edf143fd2d178efb7ebd)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto/conf/local.conf.sample | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 81fc121c54..31e760544f 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample | |||
@@ -173,23 +173,9 @@ USER_CLASSES ?= "buildstats image-mklibs image-prelink" | |||
173 | # | 173 | # |
174 | # The build system can test booting virtual machine images under qemu (an emulator) | 174 | # The build system can test booting virtual machine images under qemu (an emulator) |
175 | # after any root filesystems are created and run tests against those images. To | 175 | # after any root filesystems are created and run tests against those images. To |
176 | # enable this uncomment this line | 176 | # enable this uncomment this line. See classes/testimage(-auto).bbclass for |
177 | #IMAGETEST = "qemu" | 177 | # further details. |
178 | # | 178 | #TEST_IMAGE = "1" |
179 | # This variable controls which tests are run against virtual images if enabled | ||
180 | # above. The following would enable bat, boot the test case under the sanity suite | ||
181 | # and perform toolchain tests | ||
182 | #TEST_SCEN = "sanity bat sanity:boot toolchain" | ||
183 | # | ||
184 | # Because of the QEMU booting slowness issue (see bug #646 and #618), the | ||
185 | # autobuilder may suffer a timeout issue when running sanity tests. We introduce | ||
186 | # the variable TEST_SERIALIZE here to reduce the time taken by the sanity tests. | ||
187 | # It is set to 1 by default, which will boot the image and run cases in the same | ||
188 | # image without rebooting or killing the machine instance. If it is set to 0, the | ||
189 | # image will be copied and tested for each case, which will take longer but be | ||
190 | # more precise. | ||
191 | #TEST_SERIALIZE = "1" | ||
192 | |||
193 | # | 179 | # |
194 | # Interactive shell configuration | 180 | # Interactive shell configuration |
195 | # | 181 | # |