From 3db38dbef769db4ecfd21f0761bd258a621d0f26 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 8 May 2018 19:32:48 +0200 Subject: Add machine templates for qemuarm and qemuarm64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This changeset adds the necessary tepmlates to build the qemu targets for ARM 32bit and 64bit. The MACHINE names are 'qemuarm' and 'qemuarm64'. As the compiler flags for qemuarm in Yocto are using the equivalent of armv5te, we need to ship our own machine/qemuarm.conf with our default tuning for armv7-a (YP name armv7ve), and overrides to build a v7 kernel and use a v7 capable QEMU machine. For qemuarm64, some additional kernel configuration is enabled to allow building and loading of the MOST drivers. Bug-AGL: SPEC-756 Change-Id: I0a688a1d61a75f1287902fc2733a8a54b0485a34 Signed-off-by: Jan-Simon Möller Signed-off-by: Scott Murray --- .../meta-core/recipes-kernel/linux/linux-yocto_%.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) mode change 100755 => 100644 meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto_%.bbappend (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 old mode 100755 new mode 100644 index 99c9581b2..bfb0d323d --- a/meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto_%.bbappend +++ b/meta-agl-bsp/meta-core/recipes-kernel/linux/linux-yocto_%.bbappend @@ -3,3 +3,11 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:" # Extra configuration options for the QEMU kernel 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" + +# Build a generic v7 kernel instead of the arm926j one that upstream +# qemuarm defaults to. +KBUILD_DEFCONFIG_qemuarm = "multi_v7_defconfig" +KCONFIG_MODE = "--alldefconfig" -- cgit 1.2.3-korg