meta-digi-dey: add cryptsetup tool into initramfs.

Signed-off-by: Mike Engel <Mike.Engel@digi.com>

https://jira.digi.com/browse/DEL-6652
This commit is contained in:
Mike Engel 2019-07-04 13:59:51 +02:00
parent 3c39395a66
commit 074e3ba368
2 changed files with 6 additions and 4 deletions

View File

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

View File

@ -35,5 +35,9 @@ RDEPENDS_${PN}_append_ccimx6ul = " \
mtd-utils-ubifs \
"
RDEPENDS_${PN}_append_ccimx8x = " \
cryptsetup \
"
PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE = "(ccimx6|ccimx6ul)"
COMPATIBLE_MACHINE = "(ccimx6|ccimx6ul|ccimx8x)"