recovery-initramfs: Set cryptsetup dependency only for platforms with block devices

Commit 074e3ba3 ("meta-digi-dey: add cryptsetup tool into initramfs") added
the runtime dependency to cryptsetup for all platforms, but it is
required only to encrypt/decrypt block devices.

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2019-07-30 10:29:31 +02:00
parent 1e5cd9685c
commit d8614f748e
1 changed files with 3 additions and 3 deletions

View File

@ -53,6 +53,6 @@ PACKAGES = "${PN}"
FILES_${PN} = "/"
RDEPENDS_${PN}_append = " \
cryptsetup \
"
RDEPENDS_${PN}_append_ccimx6sbc = " cryptsetup"
RDEPENDS_${PN}_append_ccimx6qpsbc = " cryptsetup"
RDEPENDS_${PN}_append_ccimx8x = " cryptsetup"