summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-12-11 15:51:24 +0000
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-12-20 09:41:26 +0100
commit9626e27336b46bcd9fb300e1721ae86fd851ec6e (patch)
tree668cd1d7769b358a0659c7c70f4cff1caabc5896 /recipes-kernel/linux/linux-toradex-mainline_5.4.bb
parent7505f37fea84fb02cbf92de69e49e5918f307bce (diff)
linux-toradex-mainline: bump to Linux 5.4
Bump to latest LTS release Linux 5.4.2. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> (cherry picked from commit 6e96e4c828b853edefbc9107680efa38c143c7f6) Signed-off-by: Marcel Ziswiler <marcel.ziswiler@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.bb14
1 files changed, 14 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
new file mode 100644
index 0000000..15f2bcf
--- /dev/null
+++ b/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
@@ -0,0 +1,14 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.4:"
+
+LINUX_VERSION ?= "5.4.2"
+PV = "${LINUX_VERSION}+git${SRCPV}"
+
+SRCREV_machine = "0a15b6b8f63335a6ca666e355daaafc186354872"
+
+KBRANCH = "toradex_5.4.y"
+
+require recipes-kernel/linux/linux-toradex-mainline.inc
+
+SRC_URI += " \
+ file://defconfig \
+"