* [dunfell][PATCH 0/2] documentation backports
@ 2024-01-12 16:54 michael.opdenacker
2024-01-12 16:54 ` [dunfell][PATCH 1/2] dev-manual: start.rst: update use of Download page michael.opdenacker
2024-01-12 16:54 ` [dunfell][PATCH 2/2] ref-manual: classes: remove insserv bbclass michael.opdenacker
0 siblings, 2 replies; 3+ messages in thread
From: michael.opdenacker @ 2024-01-12 16:54 UTC (permalink / raw)
To: docs; +Cc: Michael Opdenacker
From: Michael Opdenacker <michael.opdenacker@bootlin.com>
Maxin B. John (1):
ref-manual: classes: remove insserv bbclass
Simone Weiß (1):
dev-manual: start.rst: update use of Download page
documentation/dev-manual/dev-manual-start.rst | 19 ++++++++++---------
documentation/ref-manual/ref-classes.rst | 10 ----------
2 files changed, 10 insertions(+), 19 deletions(-)
--
2.34.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [dunfell][PATCH 1/2] dev-manual: start.rst: update use of Download page
2024-01-12 16:54 [dunfell][PATCH 0/2] documentation backports michael.opdenacker
@ 2024-01-12 16:54 ` michael.opdenacker
2024-01-12 16:54 ` [dunfell][PATCH 2/2] ref-manual: classes: remove insserv bbclass michael.opdenacker
1 sibling, 0 replies; 3+ messages in thread
From: michael.opdenacker @ 2024-01-12 16:54 UTC (permalink / raw)
To: docs; +Cc: Michael Opdenacker, Simone Weiß
From: Michael Opdenacker <michael.opdenacker@bootlin.com>
From: Simone Weiß <simone.p.weiss@posteo.com>
The yocto website has changed its structure. Update the section for
Accessing the Downloads page to match the new structure.
Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
documentation/dev-manual/dev-manual-start.rst | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/documentation/dev-manual/dev-manual-start.rst b/documentation/dev-manual/dev-manual-start.rst
index a85b86fbfb..6a330d4a32 100644
--- a/documentation/dev-manual/dev-manual-start.rst
+++ b/documentation/dev-manual/dev-manual-start.rst
@@ -659,7 +659,7 @@ Follow these steps to locate and download a particular tarball:
Using the Downloads Page
------------------------
-The :yocto_home:`Yocto Project Website <>` uses a "DOWNLOADS" page
+The :yocto_home:`Yocto Project Website <>` uses a "RELEASES" page
from which you can locate and download tarballs of any Yocto Project
release. Rather than Git repositories, these files represent snapshot
tarballs similar to the tarballs located in the Index of Releases
@@ -676,12 +676,13 @@ Releases <#accessing-index-of-releases>`__" section.
1. *Go to the Yocto Project Website:* Open The
:yocto_home:`Yocto Project Website <>` in your browser.
-2. *Get to the Downloads Area:* Select the "DOWNLOADS" item from the
- pull-down "SOFTWARE" tab menu near the top of the page.
+#. *Get to the Downloads Area:* Select the "RELEASES" item from the
+ pull-down "DEVELOPMENT" tab menu near the top of the page.
-3. *Select a Yocto Project Release:* Use the menu next to "RELEASE" to
- display and choose a recent or past supported Yocto Project release
- (e.g. &DISTRO_NAME_NO_CAP;, &DISTRO_NAME_NO_CAP_MINUS_ONE;, and so forth).
+#. *Select a Yocto Project Release:* On the top of the "RELEASE" page currently
+ supported releases are displayed, further down past supported Yocto Project
+ releases are visible. The "Download" links in the rows of the table there
+ will lead to the download tarballs for the release.
.. note::
@@ -691,9 +692,9 @@ Releases <#accessing-index-of-releases>`__" section.
You can use the "RELEASE ARCHIVE" link to reveal a menu of all Yocto
Project releases.
-4. *Download Tools or Board Support Packages (BSPs):* From the
- "DOWNLOADS" page, you can download tools or BSPs as well. Just scroll
- down the page and look for what you need.
+#. *Download Tools or Board Support Packages (BSPs):* Next to the tarballs you
+ will find download tools or BSPs as well. Just select a Yocto Project
+ release and look for what you need.
Accessing Nightly Builds
------------------------
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [dunfell][PATCH 2/2] ref-manual: classes: remove insserv bbclass
2024-01-12 16:54 [dunfell][PATCH 0/2] documentation backports michael.opdenacker
2024-01-12 16:54 ` [dunfell][PATCH 1/2] dev-manual: start.rst: update use of Download page michael.opdenacker
@ 2024-01-12 16:54 ` michael.opdenacker
1 sibling, 0 replies; 3+ messages in thread
From: michael.opdenacker @ 2024-01-12 16:54 UTC (permalink / raw)
To: docs; +Cc: Michael Opdenacker, Maxin John
From: Michael Opdenacker <michael.opdenacker@bootlin.com>
From: Maxin B. John <maxin.john@gmail.com>
insserv.bbclass was removed from oe-core:
commit e6bb5dbb62257a7de730ea9085dfd89520f3e47d
Author: Richard Purdie <richard.purdie@linuxfoundation.org>
Date: Sun May 10 12:30:49 2015 +0100
insserv: Remove
Signed-off-by: Maxin John <maxin.john@gmail.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
documentation/ref-manual/ref-classes.rst | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/documentation/ref-manual/ref-classes.rst b/documentation/ref-manual/ref-classes.rst
index e657fe0e55..dea27eea88 100644
--- a/documentation/ref-manual/ref-classes.rst
+++ b/documentation/ref-manual/ref-classes.rst
@@ -1315,16 +1315,6 @@ The following list shows the tests you can list with the ``WARN_QA`` and
automatically get these versions. Consequently, you should only need
to explicitly add dependencies to binary driver recipes.
-.. _ref-classes-insserv:
-
-``insserv.bbclass``
-===================
-
-The ``insserv`` class uses the ``insserv`` utility to update the order
-of symbolic links in ``/etc/rc?.d/`` within an image based on
-dependencies specified by LSB headers in the ``init.d`` scripts
-themselves.
-
.. _ref-classes-kernel:
``kernel.bbclass``
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-12 16:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-12 16:54 [dunfell][PATCH 0/2] documentation backports michael.opdenacker
2024-01-12 16:54 ` [dunfell][PATCH 1/2] dev-manual: start.rst: update use of Download page michael.opdenacker
2024-01-12 16:54 ` [dunfell][PATCH 2/2] ref-manual: classes: remove insserv bbclass michael.opdenacker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox