From a0309c2a3940ba8691a8d51e179747fe2b505a73 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Thu, 28 Dec 2023 11:43:16 +0100 Subject: [PATCH] recovery-initramfs: remove openssl-ossl-module-legacy from recovery image This is added as a recommendation for libcrypto and only contains legacy ciphers which are deemed outdated or unsafe. If any of the packages in the image actually required this module, they would depend on it explicitly, but this isn't the case. This saves 66.8 KiB on the ccimx6ul recovery image. https://onedigi.atlassian.net/browse/DEL-8819 Signed-off-by: Gabriel Valcazar --- .../recipes-core/images/dey-image-recovery-initramfs.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-digi-dey/recipes-core/images/dey-image-recovery-initramfs.bb b/meta-digi-dey/recipes-core/images/dey-image-recovery-initramfs.bb index dede00cc7..8c5ea4b96 100644 --- a/meta-digi-dey/recipes-core/images/dey-image-recovery-initramfs.bb +++ b/meta-digi-dey/recipes-core/images/dey-image-recovery-initramfs.bb @@ -32,6 +32,7 @@ IMAGE_ROOTFS_SIZE = "8192" BAD_RECOMMENDATIONS += " \ openssl-bin \ openssl-conf \ + openssl-ossl-module-legacy \ " export IMAGE_BASENAME = "dey-image-recovery-initramfs"