Skip to content

Commit

Permalink
bsp: linux-lmp-fslc-imx: update to lf-5.10.52-2.1.0
Browse files Browse the repository at this point in the history
Update fslc-imx kernel to the latest from the lf-5.10.52-2.1.0 release.

Also remove patches that are not required anymore.

Signed-off-by: Ricardo Salveti <[email protected]>
Signed-off-by: Oleksandr Suvorov <[email protected]>
  • Loading branch information
ricardosalveti authored and MrCry0 committed Jan 13, 2022
1 parent 6cf9ef6 commit add22f8
Show file tree
Hide file tree
Showing 9 changed files with 257 additions and 2,492 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python __anonymous() {
pn = d.getVar("PN")
pprovider = d.getVar("PREFERRED_PROVIDER_virtual/kernel")
if pprovider != "linux-lmp" and pprovider != "linux-lmp-lts" and pprovider != "linux-lmp-rt" \
and pprovider != "linux-lmp-dev" and d.getVar("KERNEL_BUILTIN_WIREGUARD") != "1":
and pprovider != "linux-lmp-dev" and pprovider != "linux-lmp-fslc-imx" \
and d.getVar("KERNEL_BUILTIN_WIREGUARD") != "1":
d.appendVar("RPROVIDES_" + pn, "kernel-module-wireguard")
}
Loading

0 comments on commit add22f8

Please sign in to comment.