summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-10-14 16:49:37 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-10-17 18:44:26 +0200
commit5b053ff9348add540cdf97264327364c9ca61a16 (patch)
tree0e6d0f8659a9ff2a350870ea8479189f6b37d883 /recipes-kernel/linux/linux-toradex-mainline_5.4.bb
parent9174282925164acaa3c5cf9c45d1ff20c6a4d75c (diff)
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 <max.krummenacher@toradex.com> (cherry picked from commit 0006e2a7616674e768a698123a13caff5c1661ba)
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-mainline_5.4.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_5.4.bb7
1 files changed, 3 insertions, 4 deletions
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"