summaryrefslogtreecommitdiffstats
path: root/bsp/meta-freescale-3rdparty/recipes-kernel/linux/linux-kontron_5.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-freescale-3rdparty/recipes-kernel/linux/linux-kontron_5.4.bb')
-rw-r--r--bsp/meta-freescale-3rdparty/recipes-kernel/linux/linux-kontron_5.4.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/bsp/meta-freescale-3rdparty/recipes-kernel/linux/linux-kontron_5.4.bb b/bsp/meta-freescale-3rdparty/recipes-kernel/linux/linux-kontron_5.4.bb
new file mode 100644
index 00000000..8c99a579
--- /dev/null
+++ b/bsp/meta-freescale-3rdparty/recipes-kernel/linux/linux-kontron_5.4.bb
@@ -0,0 +1,29 @@
+# Copyright (C) 2012-2020 O.S. Systems Software LTDA.
+# Released under the MIT license (see COPYING.MIT for the terms)
+#
+# SPDX-License-Identifier: MIT
+#
+
+require recipes-kernel/linux/linux-imx.inc
+
+SUMMARY = "Kontron Linux mainline based kernel with backported features and fixes"
+LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
+
+DEPENDS += "lzop-native bc-native"
+
+SRC_URI = "git://git.kontron-electronics.de/linux/linux.git;protocol=https;branch=${SRCBRANCH} \
+ file://defconfig"
+LOCALVERSION = "-ktn"
+
+
+# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
+# required by kernel-yocto.bbclass.
+#
+# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
+# should be updated once patchlevel is merged.
+LINUX_VERSION = "5.4.41"
+
+SRCBRANCH = "v5.4-ktn"
+SRCREV = "807a88195d767631837242b89cd8c7734a471f81"
+
+COMPATIBLE_MACHINE = "(imx6ul-kontron)"