summaryrefslogtreecommitdiffstats
path: root/meta/classes/testimage-auto.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* classes/testimage-auto: add class to allow automatically running image testsPaul Eggleton2013-09-221-0/+23
Setting TEST_IMAGE = "1" alone will now automatically run tests on the image immediately after the image is built instead of having to add INHERIT += "testimage" and run bitbake -c testimage <image> manually (but that will still work). This restores functionality that was present in the older imagetest-qemu class with IMAGETEST. (From OE-Core rev: 72269a8fbec35c39af30fbabb1fa9ca7c5ee8d69) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>