summaryrefslogtreecommitdiffstats
path: root/.gitreview
blob: 869250829e342ee128404284bf59c2a2a3e0a918 (plain)
1
2
3
4
5
[gerrit]
host=gerrit.automotivelinux.org
port=29418
project=AGL/meta-agl-devel
defaultbranch=master
.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
# 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"