dey-image-recovery-initramfs: remove openssl-bin from initramfs

This package was being included as a RRECOMMENDS from libcrypto, but we don't
need it in the initramfs at all. Since our recovery image is already pretty big
compared with the recovery partition size on ccimx6ul platforms with 256 MB of
storage, remove it to make sure the image can fit.

https://jira.digi.com/browse/DEL-7253

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2020-09-28 16:55:29 +02:00
parent f1c1bbdffb
commit 7938ddef8f
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ IMAGE_ROOTFS_SIZE = "8192"
# Remove some packages added via recommendations
BAD_RECOMMENDATIONS += " \
openssl-bin \
openssl-conf \
"