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