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_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto_%.bbappend') diff --git a/meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto_%.bbappend index d8a583926..e97b8f9d1 100644 --- a/meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto_%.bbappend +++ b/meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto_%.bbappend @@ -8,6 +8,9 @@ SRC_URI += "file://hciattach.cfg \ # Enable some things on qemuarm64 so MOST drivers will build and load. SRC_URI_append_qemuarm64 = " file://most_deps.cfg" +# Configuration for using the virt machine (and not versatilepb) +SRC_URI_append_qemuarm = " file://qemuarm.cfg" + # Build a generic v7 kernel instead of the arm926j one that upstream # qemuarm defaults to. KBUILD_DEFCONFIG_qemuarm = "multi_v7_defconfig" -- cgit 1.2.3-korg