SPEC-3723: restructure meta-agl
[AGL/meta-agl.git] / meta-agl-bsp / meta-core / recipes-kernel / linux / linux-yocto_agl.inc
1 FILESEXTRAPATHS_prepend := "${THISDIR}/linux-yocto:"
2
3
4 require recipes-kernel/linux/linux-agl.inc
5
6 # Extra configuration options for the QEMU kernel
7 SRC_URI += "file://hciattach.cfg \
8             file://virtio.cfg \
9             "
10
11 # Enable some things on qemuarm64 so MOST drivers will build and load.
12 SRC_URI_append_qemuarm64 = " file://most_deps.cfg"
13
14 # Configuration for using the virt machine (and not versatilepb)
15 SRC_URI_append_qemuarm = " file://qemuarm.cfg"
16
17 # Build a generic v7 kernel instead of the arm926j one that upstream
18 # qemuarm defaults to.
19 KBUILD_DEFCONFIG_qemuarm = "multi_v7_defconfig"
20 KCONFIG_MODE = "--alldefconfig"
21