summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-05-05 18:26:10 +0200
committerSteve Sakoman <steve@sakoman.com>2023-05-10 04:16:51 -1000
commitb5d97edb1132524201d29f274d32201da2fe1e3b (patch)
treee78a7b042f35f0ef17568dff986b1dbb7cf98d2a
parent60f959a0b0947ffd7abf351698eeed185a94e4d0 (diff)
downloadpoky-b5d97edb1132524201d29f274d32201da2fe1e3b.tar.gz
migration-guides: release-notes-4.2: add doc improvement highlights
(From yocto-docs rev: 5fd29ff6e305aaf025ef9a95190c5aaf92f51f1c) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/dev-manual/new-recipe.rst2
-rw-r--r--documentation/migration-guides/release-notes-4.2.rst18
-rw-r--r--documentation/ref-manual/system-requirements.rst2
3 files changed, 22 insertions, 0 deletions
diff --git a/documentation/dev-manual/new-recipe.rst b/documentation/dev-manual/new-recipe.rst
index 4e74246a4e..ab3e193aaf 100644
--- a/documentation/dev-manual/new-recipe.rst
+++ b/documentation/dev-manual/new-recipe.rst
@@ -1289,6 +1289,8 @@ as described in the ":ref:`dev-manual/licenses:tracking license changes`"
1289section in the Yocto Project Overview and Concepts Manual. You can quickly 1289section in the Yocto Project Overview and Concepts Manual. You can quickly
1290create Autotool-based recipes in a manner similar to the previous example. 1290create Autotool-based recipes in a manner similar to the previous example.
1291 1291
1292.. _ref-building-meson-package:
1293
1292Building a Meson Package 1294Building a Meson Package
1293------------------------ 1295------------------------
1294 1296
diff --git a/documentation/migration-guides/release-notes-4.2.rst b/documentation/migration-guides/release-notes-4.2.rst
index 473ea984c3..e13bbde1b3 100644
--- a/documentation/migration-guides/release-notes-4.2.rst
+++ b/documentation/migration-guides/release-notes-4.2.rst
@@ -271,6 +271,24 @@ New Features / Enhancements in 4.2
271 - ``xinetd``: move ``xconv.pl`` script to separate package 271 - ``xinetd``: move ``xconv.pl`` script to separate package
272 - ``perf``: enable debug/source packaging 272 - ``perf``: enable debug/source packaging
273 273
274- Prominent documentation updates:
275
276 - Substantially expanded the ":doc:`/dev-manual/vulnerabilities`" section.
277 - Added a new ":doc:`/dev-manual/sbom`" section about SPDX SBoM generation.
278 - Expanded ":ref:`init-manager`" documentation.
279 - New section about :ref:`ref-long-term-support-releases`.
280 - System Requirements: details about :ref:`system-requirements-minimum-ram`.
281 - Details about :ref:`ref-building-meson-package` and the
282 :ref:`ref-classes-meson` class.
283 - Documentation about how to write recipes for Rust programs. See the
284 :ref:`ref-classes-cargo` class.
285 - Documentation about how to write recipes for Go programs. See the
286 :ref:`ref-classes-go` class.
287 - Variable index: added references to variables only documented in the
288 BitBake manual. All variables should be easy to access through the Yocto
289 Manual variable index.
290 - Expanded the description of the :term:`BB_NUMBER_THREADS` variable.
291
274- Miscellaneous changes: 292- Miscellaneous changes:
275 293
276 - Supporting 64 bit dates on 32 bit platforms: several packages have been 294 - Supporting 64 bit dates on 32 bit platforms: several packages have been
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
index 91ed6d8d6d..d6e8b4583c 100644
--- a/documentation/ref-manual/system-requirements.rst
+++ b/documentation/ref-manual/system-requirements.rst
@@ -40,6 +40,8 @@ to run multiple builds and to cache build artifacts, improving build efficiency.
40If you have a shortage of disk space, see the ":doc:`/dev-manual/disk-space`" 40If you have a shortage of disk space, see the ":doc:`/dev-manual/disk-space`"
41section of the Development Tasks Manual. 41section of the Development Tasks Manual.
42 42
43.. _system-requirements-minimum-ram:
44
43Minimum System RAM 45Minimum System RAM
44================== 46==================
45 47