summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-10-01 10:51:23 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-10-17 18:43:43 +0200
commit9174282925164acaa3c5cf9c45d1ff20c6a4d75c (patch)
tree468dcdad9dfc475f37bb800ac42422ab077e77bf /recipes-kernel/linux/linux-toradex-mainline_5.4.bb
parent0dc8e4b651a9d777b330630f979128fc483753ea (diff)
linux-toradex-mainline: add preempt-rt configs as scc file
Change to add preempt-rt configs as scc file by including linux-imx.inc, also avoid setting KERNEL_FEATURES to empty, it could be used in torizoncore layer. Related-to: ELB-3171 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 6737ce79c453953be6faf02519d9fc920dd58bb9)
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-mainline_5.4.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_5.4.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline_5.4.bb b/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
index 152b2db..e7eee62 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
@@ -6,6 +6,8 @@ PV = "${LINUX_VERSION}+git${SRCPV}"
SRCREV_machine = "26abb5b86e1735ed03660550a5e1a49e96554264"
SRCREV_machine_use-head-next = "${AUTOREV}"
+KCONFIG_MODE="--alldefconfig"
+
KBRANCH = "toradex_5.4.y"
require recipes-kernel/linux/linux-toradex-mainline.inc
@@ -16,6 +18,7 @@ SRC_URI += " \
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"