diff options
Diffstat (limited to 'meta-selftest')
-rw-r--r-- | meta-selftest/recipes-test/images/oe-selftest-image.bb | 2 |
1 files changed, 1 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 317a0712aa..0eb4057209 100644 --- a/meta-selftest/recipes-test/images/oe-selftest-image.bb +++ b/meta-selftest/recipes-test/images/oe-selftest-image.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "An image used during oe-selftest tests" | |||
2 | 2 | ||
3 | # libudev is needed for deploy mdadm via devtool | 3 | # libudev is needed for deploy mdadm via devtool |
4 | IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-dropbear libudev" | 4 | IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-dropbear libudev" |
5 | IMAGE_FEATURES = "debug-tweaks" | 5 | IMAGE_FEATURES = "allow-empty-password empty-root-password allow-root-login" |
6 | 6 | ||
7 | IMAGE_LINGUAS = " " | 7 | IMAGE_LINGUAS = " " |
8 | 8 | ||