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:
parent
1e2244afcd
commit
5e09bc2f58
|
|
@ -15,6 +15,7 @@ PACKAGE_INSTALL = " \
|
|||
|
||||
PACKAGE_INSTALL_append_ccimx6 = " e2fsprogs-mke2fs"
|
||||
PACKAGE_INSTALL_append_ccimx6ul = " mtd-utils-ubifs"
|
||||
PACKAGE_INSTALL_append_ccimx8x = " e2fsprogs-mke2fs"
|
||||
|
||||
# Do not pollute the initrd image with rootfs features
|
||||
IMAGE_FEATURES = ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue