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:
parent
3c39395a66
commit
074e3ba368
|
|
@ -53,8 +53,6 @@ PACKAGES = "${PN}"
|
|||
|
||||
FILES_${PN} = "/"
|
||||
|
||||
RDEPENDS_${PN}_append_ccimx6sbc = " \
|
||||
RDEPENDS_${PN}_append = " \
|
||||
cryptsetup \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}_append_ccimx6qpsbc = " cryptsetup"
|
||||
|
|
|
|||
|
|
@ -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)"
|
||||
Loading…
Reference in New Issue