From 075d872edc9fbec1463e0ef164a2db88f5f5427b Mon Sep 17 00:00:00 2001 From: Corentin Labbe Date: Mon, 17 Jun 2019 13:18:06 +0000 Subject: SPEC-2376: Add config for QEMU arm kernels The default yocto qemuarm machine is versatilepb which is not the right choice for AGL (ex: Max 256M of RAM). This patchs change qemuarm configs for using the virt machine. Change-Id: Ib5e0ae801ba152318a2455763b1a2f1020d1858e Bug-AGL: SPEC-2376 Signed-off-by: Corentin Labbe --- meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto/qemuarm.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto/qemuarm.cfg (limited to 'meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto/qemuarm.cfg') diff --git a/meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto/qemuarm.cfg b/meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto/qemuarm.cfg new file mode 100644 index 000000000..e71c714d6 --- /dev/null +++ b/meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto/qemuarm.cfg @@ -0,0 +1,6 @@ +# Necessary configs for using the virt qemu machine +CONFIG_ARCH_MULTI_V7=y +CONFIG_ARCH_VIRT=y +CONFIG_SERIAL_AMBA_PL011=y +CONFIG_PCI_HOST_GENERIC=y +CONFIG_RTC_DRV_PL031=y -- cgit 1.2.3-korg