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 <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2023-12-28 11:43:16 +01:00
parent 215ab5fedf
commit a0309c2a39
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ IMAGE_ROOTFS_SIZE = "8192"
BAD_RECOMMENDATIONS += " \ BAD_RECOMMENDATIONS += " \
openssl-bin \ openssl-bin \
openssl-conf \ openssl-conf \
openssl-ossl-module-legacy \
" "
export IMAGE_BASENAME = "dey-image-recovery-initramfs" export IMAGE_BASENAME = "dey-image-recovery-initramfs"