blob: 13d9cc010ef40e6984333e3c734b2ed461fec2dc (
plain)
1
2
3
4
5
6
7
8
|
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
|