diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2021-08-08 11:15:43 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2021-08-14 13:11:41 +0200 |
commit | 9372e520e176b5ce5e88187c45653039ea9a4d42 (patch) | |
tree | e76fa2f6fc406acb6ed964e989aa487d8fd8ee61 /recipes-kernel | |
parent | 6ea5ec96855a2b6c071dad7f24d15dbd3535d2a3 (diff) |
layer: convert to new override syntax
Fix the leftovers which the script didn't catch.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-toradex_5.4-2.3.x.bb | 6 |
1 files changed, 3 insertions, 3 deletions
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 = "-@" |