From 1810d4ab3374d833cb4b68388b456dc7ddb3d685 Mon Sep 17 00:00:00 2001 From: brian avery Date: Mon, 21 Sep 2015 16:45:55 -0700 Subject: meta-selftest: add error recipe and error-image * The error recipe throws an error during compile * The error-image includes the error recipe * Initial target is toaster selenium testing Signed-off-by: brian avery Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta-selftest/recipes-test/images/error-image.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-selftest/recipes-test/images/error-image.bb (limited to 'meta-selftest/recipes-test/images/error-image.bb') diff --git a/meta-selftest/recipes-test/images/error-image.bb b/meta-selftest/recipes-test/images/error-image.bb new file mode 100644 index 0000000000..13d9cc010e --- /dev/null +++ b/meta-selftest/recipes-test/images/error-image.bb @@ -0,0 +1,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 -- cgit v1.2.3