Convert to new override syntax
[AGL/meta-agl.git] / meta-agl-core / recipes-kernel / linux / linux-yocto-agl.inc
index dd4e8e8..8628731 100644 (file)
@@ -4,9 +4,9 @@ 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"
+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"
+KCONFIG_MODE:qemuall = "--alldefconfig"