mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-05 14:30:10 +00:00
arm-autonomy/n1sdp: add kernel modules to mount FAT filesystem
This patch adds kernel modules necessary for n1sdp to mount the FAT filesystem codepage 437 and NLS ISO 8859-1. Issue-Id: SCM-2682 Signed-off-by: Hugo L'Hostis <hugo.lhostis@arm.com> Change-Id: I2d4fede311544917050326564b2b0a7d0123cb21 Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -84,3 +84,7 @@ IMAGE_EFI_BOOT_FILES += "\
|
||||
${@ d.getVar('GRUB_CFG_EXTRA_FILE',d) or '' \
|
||||
if bb.utils.contains('DISTRO_FEATURES', 'alternate-kernel', True, False, d) and \
|
||||
d.getVar('PREFERRED_PROVIDER_alternate/kernel') else ''}"
|
||||
|
||||
# Additionnal kernel modules are necessary for n1sdp to be able to mount FAT
|
||||
# filesystems using CP437.
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = " kernel-module-nls-cp437 kernel-module-nls-iso8859-1"
|
||||
|
||||
Reference in New Issue
Block a user