X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-bsp%2Fmeta-core%2Frecipes-kernel%2Flinux%2Flinux-yocto_%25.bbappend;h=bfb0d323dec63cb24e766af136b08dd8902a7d15;hb=b820f82dac96ccb4b223a55488d9ffb9e1177358;hp=99c9581b251f80f182f596047fd45a6429d5201c;hpb=e1a7d95053b7f19a2a7d9bf4da7625a4154c57e3;p=AGL%2Fmeta-agl.git 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"