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:
parent
215ab5fedf
commit
a0309c2a39
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue