summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2023-10-30 16:20:28 +0100
committerAndrey Zhizhikin <andrey.z@gmail.com>2023-10-30 21:13:21 +0100
commit16c74afb257865bad756e00ac24e6f5d1c020764 (patch)
tree92486d70a9dbeebe8d742a17efe1abab425bbb57 /recipes-kernel
parent6669002ed4629b98efce95e382a73fa34313a8d4 (diff)
downloadmeta-freescale-16c74afb257865bad756e00ac24e6f5d1c020764.tar.gz
linux-fslc: designate 6.1.y kernel as LTS
According to [1], Kernel version 6.1.y is designated as latest LTS and there are newer Kernel versions available which shall be used as a base for latest linux-fslc. Rename linux-fslc_6.1 recipe to linux-fslc-lts_6.1 to designate it as LTS and provide in a separate package. Extend recipe description to reflect that this recipe provides LTS-based Kernel. Link: [1]: https://www.kernel.org/category/releases.html Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc-lts_6.1.bb (renamed from recipes-kernel/linux/linux-fslc_6.1.bb)10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-kernel/linux/linux-fslc_6.1.bb b/recipes-kernel/linux/linux-fslc-lts_6.1.bb
index ecdc3c88..7ad11f22 100644
--- a/recipes-kernel/linux/linux-fslc_6.1.bb
+++ b/recipes-kernel/linux/linux-fslc-lts_6.1.bb
@@ -4,11 +4,11 @@
4# SPDX-License-Identifier: MIT 4# SPDX-License-Identifier: MIT
5# 5#
6 6
7SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes" 7SUMMARY = "FSL Community BSP Linux LTS based kernel with backported features and fixes"
8DESCRIPTION = "Linux kernel based on mainline kernel used by FSL Community BSP in order to \ 8DESCRIPTION = "Linux kernel based on LTS kernel used by FSL Community BSP in order to \
9provide support for some backported features and fixes, or because it was applied in linux-next \ 9provide support for some backported features and fixes, or because it was applied in upstream \
10and takes some time to become part of a stable version, or because it is not applicable for \ 10and will not become part of a LTS version, or because it is not applicable for \
11upstreaming." 11upstreaming in any form."
12 12
13require linux-imx.inc 13require linux-imx.inc
14 14