From 5b053ff9348add540cdf97264327364c9ca61a16 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 14 Oct 2020 16:49:37 +0200 Subject: linux-toradex-mainline-5.4: 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 0006e2a7616674e768a698123a13caff5c1661ba) --- recipes-kernel/linux/linux-toradex-mainline_5.4.bb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'recipes-kernel/linux/linux-toradex-mainline_5.4.bb') diff --git a/recipes-kernel/linux/linux-toradex-mainline_5.4.bb b/recipes-kernel/linux/linux-toradex-mainline_5.4.bb index e7eee62..b3643bb 100644 --- a/recipes-kernel/linux/linux-toradex-mainline_5.4.bb +++ b/recipes-kernel/linux/linux-toradex-mainline_5.4.bb @@ -12,13 +12,12 @@ KBRANCH = "toradex_5.4.y" require recipes-kernel/linux/linux-toradex-mainline.inc -SRC_URI += " \ - file://defconfig \ -" - SRC_URI_append_preempt-rt = " \ ${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.4/older/patch-5.4.61-rt37.patch.xz;name=rt-patch \ file://preempt-rt.scc \ " SRC_URI[rt-patch.md5sum] = "5a72e4f56ffdd79c8c668197f989f8d1" SRC_URI[rt-patch.sha256sum] = "b2b52be0ef8b56a44a898ffc6a54515508e3cc9b2faece7a7d9f5d617a29ede1" + +KBUILD_DEFCONFIG ?= "toradex-imx_v6_v7_defconfig" +KBUILD_DEFCONFIG_apalis-tk1 ?= "tegra_defconfig" -- cgit v1.2.3