| Message ID | 16a55764-9ceb-5638-53e0-59eff365a7fd@crashcourse.ca |
|---|---|
| State | New |
| Headers | show |
| Series | kernel-dev: add anonymous hyperlinks for "LTSI" acronym | expand |
On Mon, 2026-06-15 at 05:18 -0400, Robert P. J. Day wrote:
> Link to Linux Foundation LTSI page from "LTSI" references.
The last LTSI release was in 2018, it's ancient history at this point.
Better to remove references to it from the docs.
The closest current equivalent is the CIP Project [1].
[1]: https://cip-project.org
Best regards,
On Mon, 15 Jun 2026, Paul Barker wrote: > On Mon, 2026-06-15 at 05:18 -0400, Robert P. J. Day wrote: > > Link to Linux Foundation LTSI page from "LTSI" references. > > The last LTSI release was in 2018, it's ancient history at this point. > Better to remove references to it from the docs. > > The closest current equivalent is the CIP Project [1]. > > [1]: https://cip-project.org OK, i don't know enough about that to intelligently adjust the docs, so i'll let someone else decide on any updating there. rday
On Mon, 2026-06-15 at 06:13 -0400, Robert P. J. Day wrote: > On Mon, 15 Jun 2026, Paul Barker wrote: > > > On Mon, 2026-06-15 at 05:18 -0400, Robert P. J. Day wrote: > > > Link to Linux Foundation LTSI page from "LTSI" references. > > > > The last LTSI release was in 2018, it's ancient history at this point. > > Better to remove references to it from the docs. > > > > The closest current equivalent is the CIP Project [1]. > > > > [1]: https://cip-project.org > > OK, i don't know enough about that to intelligently adjust the docs, > so i'll let someone else decide on any updating there. Hi Robert, Simply finding and removing references to LTSI would be great. Best regards,
On Mon, 15 Jun 2026, Paul Barker wrote: > On Mon, 2026-06-15 at 06:13 -0400, Robert P. J. Day wrote: > > On Mon, 15 Jun 2026, Paul Barker wrote: > > > > > On Mon, 2026-06-15 at 05:18 -0400, Robert P. J. Day wrote: > > > > Link to Linux Foundation LTSI page from "LTSI" references. > > > > > > The last LTSI release was in 2018, it's ancient history at this point. > > > Better to remove references to it from the docs. > > > > > > The closest current equivalent is the CIP Project [1]. > > > > > > [1]: https://cip-project.org > > > > OK, i don't know enough about that to intelligently adjust the docs, > > so i'll let someone else decide on any updating there. > > Hi Robert, > > Simply finding and removing references to LTSI would be great. ok, easy enough, i wasn't sure if you were suggesting adding any pointers to CIP Project. that can always be added later if appropriate. rday
diff --git a/documentation/kernel-dev/concepts-appx.rst b/documentation/kernel-dev/concepts-appx.rst index 6a2fe4bb0..123d502fe 100644 --- a/documentation/kernel-dev/concepts-appx.rst +++ b/documentation/kernel-dev/concepts-appx.rst @@ -78,8 +78,8 @@ and included with Yocto Project releases: .. note:: - Long Term Support Initiative (LTSI) for Yocto Linux kernels is as - follows: + `Long Term Support Initiative (LTSI) <https://ltsi.linuxfoundation.org/>`__ + for Yocto Linux kernels is as follows: - For Yocto Project releases 1.7, 1.8, and 2.0, the LTSI kernel is ``linux-yocto-3.14``. diff --git a/documentation/kernel-dev/intro.rst b/documentation/kernel-dev/intro.rst index 7df342f8d..593dc9335 100644 --- a/documentation/kernel-dev/intro.rst +++ b/documentation/kernel-dev/intro.rst @@ -25,7 +25,8 @@ upstream developments from https://www.kernel.org and introduce newly-supported platforms. Previous recipes in the release are refreshed and supported for at least one additional Yocto Project release. As they align, these previous releases are updated to include the latest from -the Long Term Support Initiative (LTSI) project. You can learn more +the `Long Term Support Initiative (LTSI) project +<https://ltsi.linuxfoundation.org/>`__. You can learn more about Yocto Linux kernels and LTSI in the ":ref:`kernel-dev/concepts-appx:yocto project kernel development and maintenance`" section.
Link to Linux Foundation LTSI page from "LTSI" references. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---