summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb
diff options
context:
space:
mode:
authorDenys Drozdov <denys.drozdov@toradex.com>2021-01-28 13:42:43 +0000
committerMax Krummenacher <max.krummenacher@toradex.com>2021-02-22 18:34:26 +0100
commit20cb5e84342dc0c9c56f5cea3e97af44070ce820 (patch)
tree28d46871ebc32307c6be27515291159bdc06387e /recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb
parenteffd05d0d0bb092e04b1c8ca805c4932bdf638c1 (diff)
linux-toradex: change kernel recipe to linux-toradex_5.4-2.3.x.bb
Switch to linux-toradex branch toradex_5.4-2.3.x-imx Related-to: ELB-3513, ELB-3515, ELB-3509 Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com> (cherry picked from commit 93c2fe20206766c424a4d6d879045bbbe8a56479)
Diffstat (limited to 'recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb57
1 files changed, 0 insertions, 57 deletions
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
deleted file mode 100644
index f013531..0000000
--- a/recipes-kernel/linux/linux-toradex_5.4-2.1.x.bb
+++ /dev/null
@@ -1,57 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
-require recipes-kernel/linux/linux-imx.inc
-
-SUMMARY = "Linux kernel for Toradex Freescale i.MX based modules"
-SUMMARY_preempt-rt = "Real-Time Linux kernel for Toradex Freescale i.MX based modules"
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
-
-SRC_URI = " \
- git://git.toradex.com/linux-toradex.git;protocol=https;branch=${SRCBRANCH};name=machine \
-"
-
-# Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS)
-KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}"
-
-inherit toradex-kernel-localversion
-LINUX_VERSION = "5.4.77"
-# skip, as with use-head-next LINUX_VERSION might be set wrongly
-KERNEL_VERSION_SANITY_SKIP_use-head-next = "1"
-
-# Make sure to override LOCALVERSION in linux-imx.inc
-LOCALVERSION = "-${TDX_VERSION}"
-
-SRCBRANCH = "toradex_5.4-2.1.x-imx"
-SRCREV_machine = "1266d0110fcedb08c996124ddb33bddd98ed61f5"
-SRCREV_machine_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.
-###############################################################################
-
-# patches get moved into the 'older' directory when superseeded, so provide
-# both possible storage locations.
-MIRRORS_append_preempt-rt = "${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.4/older/ ${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.4/"
-SRC_URI_append_preempt-rt = " \
- ${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.4/older/patch-5.4.77-rt43.patch.xz;name=rt-patch \
- file://preempt-rt.scc \
- file://preempt-rt-less-latency.scc \
-"
-# This patches do currently not apply but are likely needed or we get
-# runtime bugs.
-# file://0001-imx_sc_thermal-prevent-BUG-with-rt-patch.patch \
-# file://0002-ddr-perf-prevent-BUG-with-rt-patch.patch \
-#
-
-SRC_URI[rt-patch.md5sum] = "cf96e01e04ec8743e4b24caec76d2c2d"
-SRC_URI[rt-patch.sha256sum] = "a0966fb60ce26f28e4dea5eb9db2e62974e1391470ea1bdb88e2d884a3280dc4"