From dca02c80064b633f342e18b7b7aac83bd4e375fc Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 30 Apr 2023 22:54:46 -0300 Subject: linux-imx: remove SoC-specific defconfig to use in-tree defconfig Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-imx_6.1.bb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'recipes-kernel/linux/linux-imx_6.1.bb') diff --git a/recipes-kernel/linux/linux-imx_6.1.bb b/recipes-kernel/linux/linux-imx_6.1.bb index f979c146..490e2171 100644 --- a/recipes-kernel/linux/linux-imx_6.1.bb +++ b/recipes-kernel/linux/linux-imx_6.1.bb @@ -14,13 +14,6 @@ require recipes-kernel/linux/linux-imx.inc DEPENDS += "lzop-native bc-native" -# UPGRADE NOTE: -# The linux-imx kernel build uses a defconfig maintained in the layer. That -# defconfig is a copy of a defconfig maintained by NXP in the source. -# | SOURCE | LAYER | -# | arch/arm/configs/imx_v7_defconfig | linux-imx/imx-nxp-bsp/defconfig | -# | arch/arm64/configs/imx_v8_defconfig | linux-imx/mx8-nxp-bsp/defconfig | -# | arch/arm64/configs/imx_v8_defconfig | linux-imx/mx9-nxp-bsp/defconfig | SRCBRANCH = "lf-6.1.y" LOCALVERSION = "-6.1.1-1.0.0" SRCREV = "29549c7073bf72cfb2c4614d37de45ec36b60475" @@ -32,6 +25,11 @@ SRCREV = "29549c7073bf72cfb2c4614d37de45ec36b60475" # should be updated once patchlevel is merged. LINUX_VERSION = "6.1.1" +KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" +KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" +KBUILD_DEFCONFIG:mx8-generic-bsp = "imx_v8_defconfig" +KBUILD_DEFCONFIG:mx9-generic-bsp = "imx_v8_defconfig" + DEFAULT_PREFERENCE = "1" COMPATIBLE_MACHINE = "(imx-nxp-bsp)" -- cgit v1.2.3-54-g00ecf