Date
1 - 4 of 4
[isar-cip-core PATCH v3 1/6] kernel: add fat for qemu-amd64
Quirin Gylstorff
From: Quirin Gylstorff <quirin.gylstorff@...>
Add a fat configuration to access FAT Partitions on the qemu-amd64 target. Signed-off-by: Quirin Gylstorff <quirin.gylstorff@...> --- recipes-kernel/linux/files/qemu-amd64_defconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/recipes-kernel/linux/files/qemu-amd64_defconfig b/recipes-kernel/linux/files/qemu-amd64_defconfig index 7487152..5449317 100644 --- a/recipes-kernel/linux/files/qemu-amd64_defconfig +++ b/recipes-kernel/linux/files/qemu-amd64_defconfig @@ -351,3 +351,9 @@ CONFIG_CRYPTO_DEV_CCP=y # CONFIG_XZ_DEC_ARM is not set # CONFIG_XZ_DEC_ARMTHUMB is not set # CONFIG_XZ_DEC_SPARC is not set +CONFIG_MSDOS_FS=y +CONFIG_VFAT_FS=y +CONFIG_NLS_ASCII=y +CONFIG_NLS_CODEPAGE_437=y +CONFIG_NLS_ISO8859_1=y +CONFIG_NLS_UTF8=y -- 2.20.1
|
|
Jan Kiszka
On 24.07.20 17:01, Quirin Gylstorff wrote:
From: Quirin Gylstorff <quirin.gylstorff@...>Taking that for now, but we should quickly move that defconfig into cip-kernel-config. I'm not sure if there is anything for qemu already. Could you check an propose our defconfig for it? Jan -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux
|
|
Daniel Sangorrin <daniel.sangorrin@...>
toggle quoted messageShow quoted text
-----Original Message-----I confirmed that cip-kernel-config's qemu config boots correctly with isar-cip-core's start_qemu.sh. Shall i prepare a patch that removes the local one and picks up the one from cip-kernel-config. Thanks, Daniel
|
|
Jan Kiszka
On 30.07.20 03:56, daniel.sangorrin@... wrote:
That would be good.-----Original Message-----I confirmed that cip-kernel-config's qemu config boots correctly with isar-cip-core's start_qemu.sh. If needed, Quirin, please patch cip-kernel-config directly for these extra switches. Jan -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux
|
|