Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 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 |