Lines Matching full:testimage
8 # testimage.bbclass enables testing of qemu images using python unittests.
10 # To use it add testimage to global inherit and call your target image with -c testimage
12 # - first add IMAGE_CLASSES += "testimage" in local.conf
14 # - then bitbake core-image-sato -c testimage. That will run a standard suite of tests.
52 TEST_LOG_DIR ?= "${WORKDIR}/testimage"
54 TEST_EXPORT_DIR ?= "${TMPDIR}/testimage/${PN}"
55 TEST_INSTALL_TMP_DIR ?= "${WORKDIR}/testimage/install_tmp"
56 TEST_NEEDED_PACKAGES_DIR ?= "${WORKDIR}/testimage/packages"
96 TESTIMAGELOCK = "${TMPDIR}/testimage.lock"
140 addtask testimage
188 … bb.fatal('Testimage: The only accepted boot patterns are: search_reached_prompt,send_login_user, \
243 …ile %s not found (%s).\nHave you built the image with IMAGE_CLASSES += "testimage" in the conf/loc…
392 bb.error('testimage interrupted, shutting down...')
462 idx_path = os.path.join(d.getVar('WORKDIR'), 'oe-testimage-repo', arch)
502 bb.build.addtask("testimage", "do_build", "do_image_complete", d)