trustfence-initramfs: remove openssl-ossl-module-legacy

We removed this package from the recovery initramfs, but it was getting added
as a recommendation to the trustfence initramfs as well.

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2024-01-05 12:29:42 +01:00
parent 4e86570976
commit 214acb335d
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ IMAGE_ROOTFS_SIZE = "8192"
# Remove some packages added via recommendations
BAD_RECOMMENDATIONS += " \
openssl-conf \
openssl-ossl-module-legacy \
"
export IMAGE_BASENAME = "dey-image-trustfence-initramfs"