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:
parent
52e8a3e007
commit
188df6fee3
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2016-2017, Digi International Inc.
|
# Copyright (C) 2016-2020, Digi International Inc.
|
||||||
|
|
||||||
DESCRIPTION = "Recovery initramfs image"
|
DESCRIPTION = "Recovery initramfs image"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
|
|
@ -16,6 +16,7 @@ PACKAGE_INSTALL = " \
|
||||||
PACKAGE_INSTALL_append_ccimx6 = " e2fsprogs-mke2fs"
|
PACKAGE_INSTALL_append_ccimx6 = " e2fsprogs-mke2fs"
|
||||||
PACKAGE_INSTALL_append_ccimx6ul = " mtd-utils-ubifs"
|
PACKAGE_INSTALL_append_ccimx6ul = " mtd-utils-ubifs"
|
||||||
PACKAGE_INSTALL_append_ccimx8x = " e2fsprogs-mke2fs"
|
PACKAGE_INSTALL_append_ccimx8x = " e2fsprogs-mke2fs"
|
||||||
|
PACKAGE_INSTALL_append_ccimx8mn = " e2fsprogs-mke2fs"
|
||||||
|
|
||||||
# Do not pollute the initrd image with rootfs features
|
# Do not pollute the initrd image with rootfs features
|
||||||
IMAGE_FEATURES = ""
|
IMAGE_FEATURES = ""
|
||||||
|
|
|
||||||
|
|
@ -56,3 +56,4 @@ FILES_${PN} = "/"
|
||||||
RDEPENDS_${PN}_append_ccimx6sbc = " cryptsetup"
|
RDEPENDS_${PN}_append_ccimx6sbc = " cryptsetup"
|
||||||
RDEPENDS_${PN}_append_ccimx6qpsbc = " cryptsetup"
|
RDEPENDS_${PN}_append_ccimx6qpsbc = " cryptsetup"
|
||||||
RDEPENDS_${PN}_append_ccimx8x = " cryptsetup"
|
RDEPENDS_${PN}_append_ccimx8x = " cryptsetup"
|
||||||
|
RDEPENDS_${PN}_append_ccimx8mn = " cryptsetup"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue