summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-upstream_6.6.bb
AgeCommit message (Collapse)Author
2024-05-08linux-toradex-upstream-6.6: backport sleep moci patchesStefan Eichenberger
Backport the sleep moci patches from upstream to the 6.6 kernel. This gives us suspend/resume support for the Dahlia Carrier Board. Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
2024-04-29linux-toradex-upstream_6.6: fix filesextrapathsMax Krummenacher
The immediate evaluation of ${PV} fails here and leads to a not existing extra search path entry. Thus linux-toradex-upstream-6.6 is searched after linux-toradex-upstream and thus files which can be found under both directories are taken from linux-toradex-upstream. Fix that by not relying on ${PN} or ${PV} and giving the verbatim directory name. That also allows to remove setting FILESEXTRAPATHS in the linux rt recipe. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2024-03-07linux-toradex-upstream: add v6.6 kernel recipeJoao Paulo Goncalves
Add recipe for kernel v6.6 for BSP7. Related-to: ELB-5616 Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com>