summaryrefslogtreecommitdiffstats
path: root/v5.15.48-v5.15.47.log
Commit message (Collapse)AuthorAgeFilesLines
* remove random fileMax Krummenacher2022-07-121-22/+0
| | | | | | | This slipped in with commit 3a2cc5d4 ("recipes-kernel: drop lzop kernel compression") Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* recipes-kernel: drop lzop kernel compressionAndrey Zhizhikin2022-06-161-0/+22
Since lzop-native was dropped from OE-Core, kernel was not buildable for arm32 configuration as LZOP compression has been enabled there in default configurations. This was dropped from all the branches in linux-fslc repository [1], [2], [3]. Update layer kernel configs to drop this option as well. Link: [1]: https://github.com/Freescale/linux-fslc/commit/9296d48cdaa11c496a1ba8f1f62464ca5576ba9b Link: [2]: https://github.com/Freescale/linux-fslc/commit/ab155a14bb8a6620f2f550cc21ff3bf8173553fa Link: [3]: https://github.com/Freescale/linux-fslc/commit/aa0d6324254a0cc3126475f6df8ea8f438c0cd53 Fixes: af3f03bf ("layer wide: remove lzop dependency dropped upstream") Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Cc: Sam Van Den Berge <sam.van.den.berge@telenet.be>