diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2020-10-14 16:49:37 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2020-10-15 19:16:04 +0200 |
commit | 0006e2a7616674e768a698123a13caff5c1661ba (patch) | |
tree | 0e6d0f8659a9ff2a350870ea8479189f6b37d883 /recipes-kernel/linux/linux-toradex-mainline_5.4.bb | |
parent | 6737ce79c453953be6faf02519d9fc920dd58bb9 (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>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-mainline_5.4.bb')
-rw-r--r-- | recipes-kernel/linux/linux-toradex-mainline_5.4.bb | 7 |
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" |