diff options
Diffstat (limited to 'meta-selftest/recipes-test/images')
-rw-r--r-- | meta-selftest/recipes-test/images/oe-selftest-image.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/images/oe-selftest-image.bb b/meta-selftest/recipes-test/images/oe-selftest-image.bb new file mode 100644 index 0000000000..f17094c5d0 --- /dev/null +++ b/meta-selftest/recipes-test/images/oe-selftest-image.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "An image used during oe-selftest tests" | ||
2 | |||
3 | IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} dropbear" | ||
4 | IMAGE_FEATURES = "debug-tweaks" | ||
5 | |||
6 | IMAGE_LINGUAS = " " | ||
7 | |||
8 | inherit core-image | ||
9 | |||