diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-05-05 18:26:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-26 17:32:50 +0100 |
commit | 85bfe72efe38bdbc214b53ac8163872076300923 (patch) | |
tree | c871c8cb7a0df25b8911afa4c356ca9c8e507b86 /documentation | |
parent | 76494f2b66003b0ff3b26882435107ef0ac060ba (diff) | |
download | poky-85bfe72efe38bdbc214b53ac8163872076300923.tar.gz |
migration-guides: release-notes-4.2: add doc improvement highlights
(From yocto-docs rev: 66b5f10bf0747b6ae0a8fbb05103e2f1070b6474)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/new-recipe.rst | 2 | ||||
-rw-r--r-- | documentation/migration-guides/release-notes-4.2.rst | 18 | ||||
-rw-r--r-- | documentation/ref-manual/system-requirements.rst | 2 |
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`" | |||
1289 | section in the Yocto Project Overview and Concepts Manual. You can quickly | 1289 | section in the Yocto Project Overview and Concepts Manual. You can quickly |
1290 | create Autotool-based recipes in a manner similar to the previous example. | 1290 | create Autotool-based recipes in a manner similar to the previous example. |
1291 | 1291 | ||
1292 | .. _ref-building-meson-package: | ||
1293 | |||
1292 | Building a Meson Package | 1294 | Building 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. | |||
40 | If you have a shortage of disk space, see the ":doc:`/dev-manual/disk-space`" | 40 | If you have a shortage of disk space, see the ":doc:`/dev-manual/disk-space`" |
41 | section of the Development Tasks Manual. | 41 | section of the Development Tasks Manual. |
42 | 42 | ||
43 | .. _system-requirements-minimum-ram: | ||
44 | |||
43 | Minimum System RAM | 45 | Minimum System RAM |
44 | ================== | 46 | ================== |
45 | 47 | ||