diff options
Diffstat (limited to 'meta-selftest')
| -rw-r--r-- | meta-selftest/recipes-test/images/oe-selftest-image.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-selftest/recipes-test/images/oe-selftest-image.bb b/meta-selftest/recipes-test/images/oe-selftest-image.bb index 5d4d10eef6..e295943ae5 100644 --- a/meta-selftest/recipes-test/images/oe-selftest-image.bb +++ b/meta-selftest/recipes-test/images/oe-selftest-image.bb | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | SUMMARY = "An image used during oe-selftest tests" | 1 | SUMMARY = "An image used during oe-selftest tests" |
| 2 | 2 | ||
| 3 | IMAGE_INSTALL = "packagegroup-core-boot dropbear" | 3 | # libudev is needed for deploy mdadm via devtool |
| 4 | IMAGE_INSTALL = "packagegroup-core-boot dropbear libudev" | ||
| 4 | IMAGE_FEATURES = "debug-tweaks" | 5 | IMAGE_FEATURES = "debug-tweaks" |
| 5 | 6 | ||
| 6 | IMAGE_LINGUAS = " " | 7 | IMAGE_LINGUAS = " " |
