Convert to new override syntax
[AGL/meta-agl.git] / meta-agl-core / recipes-kernel / linux / linux-yocto-agl.inc
1 # Include file intended for kernel-yocto.bbclass based recipes.
2
3 include linux-agl-config.inc
4
5 # For qemuarm, build a generic v7 kernel instead of the arm926j one that
6 # upstream qemuarm defaults to.
7 KBUILD_DEFCONFIG:qemuarm = "multi_v7_defconfig"
8
9 # Use alldefconfig for the qemu targets, but let other kernel-yocto
10 # based BSPs use their own defaults (note that linux-renesas and
11 # linux-raspberrypi also default to alldefconfig).
12 KCONFIG_MODE:qemuall = "--alldefconfig"