diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-01-09 23:27:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-11 10:53:44 +0000 |
commit | b93bd0e85ec9e5646e08639771e8d787820df8f8 (patch) | |
tree | 8ba72528c9369573eca192e646baf4e49595c198 /meta-selftest | |
parent | 633b403b6db40cf1a88a4e952615c03f290227ea (diff) | |
download | poky-b93bd0e85ec9e5646e08639771e8d787820df8f8.tar.gz |
mdadm: update 4.1 -> 4.2
Drop 0001-Compute-abs-diff-in-a-standard-compliant-way.patch
(upstream refactored code)
mdadm-fix-ptest-build-errors.patch
(upstream fixed the issue)
(From OE-Core rev: acf82e36996c082f52c02d50b06965f74ef87430)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 = " " |