Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "An image used during oe-selftest tests" |
2 | |||||
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 3 | IMAGE_INSTALL = "packagegroup-core-boot dropbear" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 4 | IMAGE_FEATURES = "debug-tweaks" |
5 | |||||
6 | IMAGE_LINGUAS = " " | ||||
7 | |||||
8 | inherit core-image | ||||
9 |