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:
parent
f1c1bbdffb
commit
7938ddef8f
|
|
@ -29,6 +29,7 @@ IMAGE_ROOTFS_SIZE = "8192"
|
|||
|
||||
# Remove some packages added via recommendations
|
||||
BAD_RECOMMENDATIONS += " \
|
||||
openssl-bin \
|
||||
openssl-conf \
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue