recovery-initramfs: add support for ccimx8mn platform

https://jira.digi.com/browse/DEL-6911

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2019-12-26 11:12:56 +01:00
parent 52e8a3e007
commit 188df6fee3
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 2016-2017, Digi International Inc.
# Copyright (C) 2016-2020, Digi International Inc.
DESCRIPTION = "Recovery initramfs image"
LICENSE = "MIT"
@ -16,6 +16,7 @@ PACKAGE_INSTALL = " \
PACKAGE_INSTALL_append_ccimx6 = " e2fsprogs-mke2fs"
PACKAGE_INSTALL_append_ccimx6ul = " mtd-utils-ubifs"
PACKAGE_INSTALL_append_ccimx8x = " e2fsprogs-mke2fs"
PACKAGE_INSTALL_append_ccimx8mn = " e2fsprogs-mke2fs"
# Do not pollute the initrd image with rootfs features
IMAGE_FEATURES = ""

View File

@ -56,3 +56,4 @@ FILES_${PN} = "/"
RDEPENDS_${PN}_append_ccimx6sbc = " cryptsetup"
RDEPENDS_${PN}_append_ccimx6qpsbc = " cryptsetup"
RDEPENDS_${PN}_append_ccimx8x = " cryptsetup"
RDEPENDS_${PN}_append_ccimx8mn = " cryptsetup"