From a8ee1e4e3a6d74c02b9284efdc1847d83ed2475f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 14 Oct 2020 16:49:37 +0200 Subject: linux-toradex-5.4-2.1.x: drop separate defconfigs Change to use the defconfig which is part of the kernel tree. In order to provide a defconfig from your bbappend add a file 'defconfig' through SRC_URI which will take precedence. Related-to: ELB-3035 Signed-off-by: Max Krummenacher (cherry picked from commit 87ea3e80f0a0a78d9dba31273f4610881ab36251) --- recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb') diff --git a/recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb b/recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb index 58c85b5..e1b2e61 100644 --- a/recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb +++ b/recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb @@ -15,7 +15,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" SRC_URI = " \ git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH} \ - file://defconfig \ " # Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS) @@ -37,6 +36,12 @@ SRCREV_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_colibri-imx6ull ?= "colibri-imx6ull_defconfig" +KBUILD_DEFCONFIG_mx7 ?= "colibri_imx7_defconfig" +KBUILD_DEFCONFIG_mx8 ?= "defconfig" + ############################################################################### # Apply the RT patch and change the configuration to use PREMPT_RT when the # preempt-rt override is set. -- cgit v1.2.3