summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc-mfgtool_6.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* linux-*-mfgtool, u-boot-*-mfgtool: Remove specific recipesrework/remove-mfgtool-specific-recipesOtavio Salvador2023-04-121-15/+0
| | | | | | | | | | | | | The use of a specific recipes are not need anymore. For the U-Boot specific case, the UBOOT_CONFIG mechanism allows multiple binaries using different configurations so we can remove this recipes and default to the IMX_DEFAULT_BOOTLOADER as provider. The Linux specific case is completely unnecessary as the USB gadget is supported in all versions we support. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc: upgrade to 6.1.x+fslcAndrey Zhizhikin2023-01-111-0/+15
Pick up the latest kernel branch from linux-fslc repository. Kernel repository has been upgraded up to v6.1.4 from stable korg. Following commits are added on top of stable tree: ---- c8bd9d350e9c ("ARM64: defconfig: Enable KPROBES so allow LTTng use") a537328a29a1 ("ARM: mxs_defconfig: Enable KPROBES so allow LTTng use") 49c1fcc69f0f ("ARM: imx_v6_v7_defconfig: Remove evbug as it is not normally used") 33dcbe6ae47a ("media: coda: Change firmware probing order") 72237a237e1a ("drivers, misc: add U-Boot bootcount driver") 5034eca49602 ("fec: Add disable_giga parameter to force 10/100 operation") 05be689ec351 ("MA-7633-2 [Android-Reboot]reboot to fastboot\recovery mode") 144198f6fd9f ("ARM: imx: add cpu_is_imx6() routine") ---- Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>