blob: e295943ae5a3b45216325ee69f6c859a16210819 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "An image used during oe-selftest tests"
2
Andrew Geissler595f6302022-01-24 19:11:47 +00003# libudev is needed for deploy mdadm via devtool
4IMAGE_INSTALL = "packagegroup-core-boot dropbear libudev"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05005IMAGE_FEATURES = "debug-tweaks"
6
7IMAGE_LINGUAS = " "
8
9inherit core-image
10