mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 18:23:02 +01:00
* The error recipe throws an error during compile
* The error-image includes the error recipe
* Initial target is toaster selenium testing
(From OE-Core rev: 1810d4ab3374d833cb4b68388b456dc7ddb3d685)
Signed-off-by: brian avery <avery.brian@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
217 B
BlitzBasic
9 lines
217 B
BlitzBasic
SUMMARY = "An image that includes the error recipe and will therefore fail"
|
|
DESCRIPTION = "This generates an error. Not currently used by oe-selftest"
|
|
|
|
IMAGE_INSTALL = "error"
|
|
|
|
IMAGE_LINGUAS = " "
|
|
|
|
inherit core-image
|