summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-imx-headers_5%.bbappend
AgeCommit message (Collapse)Author
2023-09-12linux-toradex: update to toradex_5.15-2.2.x-imxEmanuele Ghidoli
Update the downstream kernel (NXP fork) to lf-5.15-2.2.0 plus fslc stable patches merges. Then rebase our 5.15-2.1.0 on top of it [1]. For the RT kernel, set the matching RT patch. [1] https://github.com/Freescale/linux-fslc/commit/7c13adcd3af7dcd541144655102e1cdb941ad538 Related-to: ELB-5185 Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com> (cherry picked from commit 65db2ad74d40b30e4ea1421ce699cad62d08b0a8)
2022-12-07linux-toradex: update to lf-5.15-2.1.xMax Krummenacher
Update the downstream kernel (NXP fork) to lf-5.15-2.1.0 plus fslc stable patches merges. I.e. rebase our 5.15-2.0.0 on top of https://github.com/Freescale/linux-fslc/commit/0dbb0e28ad332aa0955b873beb91190ae05ac655 For the RT kernel, set the matching RT patch plus refresh/add patches which allow to apply the RT patch and cleanup afterwards. Related-to: ELB-4873 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 934f013425879aa5acc7507ddb553448b7a47b66)
2022-08-08linux-imx-headers: follow the update of linux-toradexMax Krummenacher
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>
2022-05-18linux-imx-headers_5%.bbappend: keep deploying ion.hMax Krummenacher
meta-freescale moved to a newer kernel which no longer deploys ion.h. This no leads in our setup to a build failure. Override that for our 5.4 kernel setup. Prevents for imx-vpu-hantro build: | decoder_sw/software/linux/dwl/dwl_linux.c:53:10: fatal error: linux/ion.h: No such file or directory | 53 | #include <linux/ion.h> | | ^~~~~~~~~~~~~ Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2022-04-26meta: use tdx overrides for Toradex specific changesMing Liu
Toradex NXP layer could be used by other external projects, so we should make sure Toradex specific changes dont impact them. Use 'tdx' overrides to ensure Toradex specific changes only valid for Toradex distros. Related-to: ELB-3046 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 4b28382dc1dd6b89011ed0a3fb2a3dfe8ff7c888)
2022-03-29linux-imx-headers: adapt to 5.10Ming Liu
linux-imx-headers 5.4 has been dropped from meta-freescale, we need adjust its bbappend file to be able to build 5.4 headers. Signed-off-by: Ming Liu <ming.liu@toradex.com>