summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-07-31 00:09:04 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-08-08 14:59:58 +0000
commit93409bedef388ce40986f18ca20ee80a25883613 (patch)
tree280d55e960ca9d7c6b343586b072dbfde0697cf1 /recipes-kernel/linux
parent4ef00ae8af8378b69d0040422fc87ee4b5bd1f26 (diff)
linux-imx-headers: follow the update of linux-toradex
With the downstream kernel based on NXPs 5.15.35-2.0.0 BSP the linux-imx-headers mustn't no longer be downgraded. Keep using the bbappend to checkout the kernel from git.toradex.com. Related-to: ELB-4597 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-imx-headers_5%.bbappend18
1 files changed, 3 insertions, 15 deletions
diff --git a/recipes-kernel/linux/linux-imx-headers_5%.bbappend b/recipes-kernel/linux/linux-imx-headers_5%.bbappend
index da31640..01879ea 100644
--- a/recipes-kernel/linux/linux-imx-headers_5%.bbappend
+++ b/recipes-kernel/linux/linux-imx-headers_5%.bbappend
@@ -1,17 +1,5 @@
-LIC_FILES_CHKSUM:tdx = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
-SRCBRANCH:tdx = "toradex_5.4-2.1.x-imx"
-LOCALVERSION:tdx = "-2.3.2"
+LIC_FILES_CHKSUM:tdx = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
+SRCBRANCH:tdx = "toradex_5.15-2.0.x-imx"
SRC_URI:tdx = "git://git.toradex.com/linux-toradex.git;protocol=https;branch=${SRCBRANCH}"
# Keep that one stable, i.e. use the exact git hash from the NXP BSP.
-SRCREV:tdx = "dea2fede7e024ee7029b13e8d82a00ec14427777"
-PV:tdx = "5.4"
-IMX_UAPI_HEADERS:remove:tdx = "imx_vpu.h"
-
-do_install:append:tdx() {
- # FIXME: The ion.h is still on staging so "promote" it for now
- # and install it by hand
- cp ${S}/drivers/staging/android/uapi/ion.h ${S}${includedir}/linux
- install -D -m 0644 ${S}/drivers/staging/android/uapi/ion.h \
- ${D}${includedir}/imx/linux/ion.h
-
-}
+SRCREV:tdx = "fa6c3168595c02bd9d5366fcc28c9e7304947a3d"