dey-image-recovery-initramfs: added filesystem utilities to ccimx8x platform

The e2fsprogs-mke2fs utilities are required for the recovery initramfs scripts.

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2018-07-27 11:35:44 +02:00
parent 1e2244afcd
commit 5e09bc2f58
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,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"
# Do not pollute the initrd image with rootfs features # Do not pollute the initrd image with rootfs features
IMAGE_FEATURES = "" IMAGE_FEATURES = ""