diff options
| author | Andrey Zhizhikin <andrey.z@gmail.com> | 2023-10-30 16:20:28 +0100 |
|---|---|---|
| committer | Andrey Zhizhikin <andrey.z@gmail.com> | 2023-10-30 21:13:21 +0100 |
| commit | 16c74afb257865bad756e00ac24e6f5d1c020764 (patch) | |
| tree | 92486d70a9dbeebe8d742a17efe1abab425bbb57 | |
| parent | 6669002ed4629b98efce95e382a73fa34313a8d4 (diff) | |
| download | meta-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>
| -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 ecdc3c88d..7ad11f228 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 | ||
| 7 | SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes" | 7 | SUMMARY = "FSL Community BSP Linux LTS based kernel with backported features and fixes" |
| 8 | DESCRIPTION = "Linux kernel based on mainline kernel used by FSL Community BSP in order to \ | 8 | DESCRIPTION = "Linux kernel based on LTS kernel used by FSL Community BSP in order to \ |
| 9 | provide support for some backported features and fixes, or because it was applied in linux-next \ | 9 | provide support for some backported features and fixes, or because it was applied in upstream \ |
| 10 | and takes some time to become part of a stable version, or because it is not applicable for \ | 10 | and will not become part of a LTS version, or because it is not applicable for \ |
| 11 | upstreaming." | 11 | upstreaming in any form." |
| 12 | 12 | ||
| 13 | require linux-imx.inc | 13 | require linux-imx.inc |
| 14 | 14 | ||
