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:
parent
1e5cd9685c
commit
d8614f748e
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue