From 9372e520e176b5ce5e88187c45653039ea9a4d42 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 8 Aug 2021 11:15:43 +0200 Subject: layer: convert to new override syntax Fix the leftovers which the script didn't catch. Signed-off-by: Max Krummenacher --- recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb') diff --git a/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb b/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb index 58ae3f9..044b86e 100644 --- a/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb +++ b/recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb @@ -28,11 +28,11 @@ SRCREV_machine_use-head-next = "${AUTOREV}" DEPENDS += "lzop-native bc-native" COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" -KBUILD_DEFCONFIG:apalis-imx6 ?= "apalis:imx6_defconfig" -KBUILD_DEFCONFIG:colibri-imx6 ?= "colibri:imx6_defconfig" +KBUILD_DEFCONFIG:apalis-imx6 ?= "apalis_imx6_defconfig" +KBUILD_DEFCONFIG:colibri-imx6 ?= "colibri_imx6_defconfig" KBUILD_DEFCONFIG:colibri-imx6ull ?= "colibri-imx6ull_defconfig" KBUILD_DEFCONFIG:colibri-imx6ull-emmc ?= "colibri-imx6ull_defconfig" -KBUILD_DEFCONFIG:mx7 ?= "colibri:imx7_defconfig" +KBUILD_DEFCONFIG:mx7 ?= "colibri_imx7_defconfig" KBUILD_DEFCONFIG:mx8 ?= "toradex_defconfig" export DTC_FLAGS = "-@" -- cgit v1.2.3