summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc-imx_4.9-1.0.x.bb
Commit message (Collapse)AuthorAgeFilesLines
* linux-fslc-imx_4.9: resolve version for cve scansAndrey Zhizhikin2019-11-191-0/+2
| | | | | | | | | | | | | | | CVE scanner is unable to parse the version of linux kernel recipe, which caused warnings to be produced during the scan task since kernel version was not properly identified. This was caused by the fact that CVE_VERSION is set per default to PV, and PV of this receipe does nto resolve in a proper (and actual) kernel version provided. By setting CVE_VERSION to explicitly point to KERNEL_VERSION, this recipe effectively provides a proper kernel version to CVE scanner. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-fslc-imx_4.9-1.0.x: replace patchset to the one from stableAndrey Zhizhikin2019-11-191-2/+2
| | | | | | | | | | | | Replace the patchset, which resolves kernel compilation issues when gcc9 is used. Original patchset introduced here was the initial commit that solved the issue, while this patchset is cherry-picked from stable tree branch linux-4.9.y and included included in v4.9.188 upwards. Once linux-fslc-imx would get updated past v4.9.188 - this patchset should be removed from the layer. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-fslc-imx_4.9-1.0.x: Backport patches to fix building with gcc 9Tom Hochstein2019-11-181-0/+3
| | | | | | Closes #192. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* linux-fslc-imx: Update to 4.9-1.0.x GA based forkStefan Agner2018-04-021-0/+16
This updates the kernel fork for the 4.9-1.0.x-imx branch, merges the 4.9.67 stable release on top of it and apply following changes: - ARM: dts: imx6ull: include all needed definitions - ASoC: sgtl5000: Allow LRCLK pad drive strength to be changed - video: fbdev: mxsfb: honor native-mode - video: mxsfb: simplify parsing - dmaengine: Kconfig: Extend the dependency for MXS_DMA - video: fbdev: mxsfb: fix pixelclock polarity - video: mxsfb: add compile dependencies - chipidea: make usb charger optional Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>