diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-12-06 19:09:35 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-18 10:41:21 +0000 |
| commit | f417d3274c427908c43f8cd20e797609450a3724 (patch) | |
| tree | b09dd3addc6a43f1711573ee66db7c5445bc2d72 /documentation/migration-guides/release-notes-4.0.1.rst | |
| parent | f3adc7a899b85101238b24989ebf824a6066f9fa (diff) | |
| download | poky-f417d3274c427908c43f8cd20e797609450a3724.tar.gz | |
manuals: add missing references to variables
[YOCTO #14508]
(From yocto-docs rev: 7878a21be8fb6c7a1ab88ae44aa5f7bf0079391a)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/release-notes-4.0.1.rst')
| -rw-r--r-- | documentation/migration-guides/release-notes-4.0.1.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/documentation/migration-guides/release-notes-4.0.1.rst b/documentation/migration-guides/release-notes-4.0.1.rst index 28d1d71dcf..65cbdf7347 100644 --- a/documentation/migration-guides/release-notes-4.0.1.rst +++ b/documentation/migration-guides/release-notes-4.0.1.rst | |||
| @@ -39,7 +39,7 @@ Fixes in 4.0.1 | |||
| 39 | - docs: migration-guides: migration-3.4: mention that hardcoded password are supported if hashed | 39 | - docs: migration-guides: migration-3.4: mention that hardcoded password are supported if hashed |
| 40 | - docs: migration-guides: release-notes-4.0: fix risc-v typo | 40 | - docs: migration-guides: release-notes-4.0: fix risc-v typo |
| 41 | - docs: migration-guides: release-notes-4.0: replace kernel placeholder with correct recipe name | 41 | - docs: migration-guides: release-notes-4.0: replace kernel placeholder with correct recipe name |
| 42 | - docs: ref-manual: variables: add hashed password example in EXTRA_USERS_PARAMS | 42 | - docs: ref-manual: variables: add hashed password example in :term:`EXTRA_USERS_PARAMS` |
| 43 | - docs: set_versions.py: add information about obsolescence of a release | 43 | - docs: set_versions.py: add information about obsolescence of a release |
| 44 | - docs: set_versions.py: fix latest release of a branch being shown twice in switchers.js | 44 | - docs: set_versions.py: fix latest release of a branch being shown twice in switchers.js |
| 45 | - docs: set_versions.py: fix latest version of an active release shown as obsolete | 45 | - docs: set_versions.py: fix latest version of an active release shown as obsolete |
| @@ -81,7 +81,7 @@ Fixes in 4.0.1 | |||
| 81 | - linux-yocto/5.15: update to v5.15.36 | 81 | - linux-yocto/5.15: update to v5.15.36 |
| 82 | - linux-yocto: enable powerpc-debug fragment | 82 | - linux-yocto: enable powerpc-debug fragment |
| 83 | - mdadm: Drop clang specific cflags | 83 | - mdadm: Drop clang specific cflags |
| 84 | - migration-3.4: add missing entry on EXTRA_USERS_PARAMS | 84 | - migration-3.4: add missing entry on :term:`EXTRA_USERS_PARAMS` |
| 85 | - migration-guides: add release notes for 4.0 | 85 | - migration-guides: add release notes for 4.0 |
| 86 | - migration-guides: complete migration guide for 4.0 | 86 | - migration-guides: complete migration guide for 4.0 |
| 87 | - migration-guides: release-notes-4.0: mention LTS release | 87 | - migration-guides: release-notes-4.0: mention LTS release |
| @@ -89,7 +89,7 @@ Fixes in 4.0.1 | |||
| 89 | - migration-guides: stop including documents with ".. include" | 89 | - migration-guides: stop including documents with ".. include" |
| 90 | - musl: Fix build when usrmerge distro feature is enabled | 90 | - musl: Fix build when usrmerge distro feature is enabled |
| 91 | - ncurses: use COPYING file | 91 | - ncurses: use COPYING file |
| 92 | - neard: Switch SRC_URI to git repo | 92 | - neard: Switch :term:`SRC_URI` to git repo |
| 93 | - oeqa/selftest: add test for git working correctly inside pseudo | 93 | - oeqa/selftest: add test for git working correctly inside pseudo |
| 94 | - openssl: minor security upgrade 3.0.2 -> 3.0.3 | 94 | - openssl: minor security upgrade 3.0.2 -> 3.0.3 |
| 95 | - package.bbclass: Prevent perform_packagecopy from removing /sysroot-only | 95 | - package.bbclass: Prevent perform_packagecopy from removing /sysroot-only |
| @@ -99,14 +99,14 @@ Fixes in 4.0.1 | |||
| 99 | - poky.conf: bump version for 4.0.1 release | 99 | - poky.conf: bump version for 4.0.1 release |
| 100 | - qemu.bbclass: Extend ppc/ppc64 extra options | 100 | - qemu.bbclass: Extend ppc/ppc64 extra options |
| 101 | - qemuarm64: use virtio pci interfaces | 101 | - qemuarm64: use virtio pci interfaces |
| 102 | - qemuarmv5: use arm-versatile-926ejs KMACHINE | 102 | - qemuarmv5: use arm-versatile-926ejs :term:`KMACHINE` |
| 103 | - ref-manual: Add XZ_THREADS and XZ_MEMLIMIT | 103 | - ref-manual: Add :term:`XZ_THREADS` and :term:`XZ_MEMLIMIT` |
| 104 | - ref-manual: add KERNEL_DEBUG_TIMESTAMPS | 104 | - ref-manual: add :term:`KERNEL_DEBUG_TIMESTAMPS` |
| 105 | - ref-manual: add ZSTD_THREADS | 105 | - ref-manual: add :term:`ZSTD_THREADS` |
| 106 | - ref-manual: add a note about hard-coded passwords | 106 | - ref-manual: add a note about hard-coded passwords |
| 107 | - ref-manual: add empty-dirs QA check and QA_EMPTY_DIRS* | 107 | - ref-manual: add empty-dirs QA check and QA_EMPTY_DIRS* |
| 108 | - ref-manual: add mention of vendor filtering to CVE_PRODUCT | 108 | - ref-manual: add mention of vendor filtering to :term:`CVE_PRODUCT` |
| 109 | - ref-manual: mention wildcarding support in INCOMPATIBLE_LICENSE | 109 | - ref-manual: mention wildcarding support in :term:`INCOMPATIBLE_LICENSE` |
| 110 | - releases: update for yocto 4.0 | 110 | - releases: update for yocto 4.0 |
| 111 | - rootfs-postcommands: fix symlinks where link and output path are equal | 111 | - rootfs-postcommands: fix symlinks where link and output path are equal |
| 112 | - ruby: upgrade 3.1.1 -> 3.1.2 | 112 | - ruby: upgrade 3.1.1 -> 3.1.2 |
| @@ -122,7 +122,7 @@ Fixes in 4.0.1 | |||
| 122 | - systemd-boot: remove outdated EFI_LD comment | 122 | - systemd-boot: remove outdated EFI_LD comment |
| 123 | - systemtap: Fix build with gcc-12 | 123 | - systemtap: Fix build with gcc-12 |
| 124 | - terminal.py: Restore error output from Terminal | 124 | - terminal.py: Restore error output from Terminal |
| 125 | - u-boot: Correct the SRC_URI | 125 | - u-boot: Correct the :term:`SRC_URI` |
| 126 | - u-boot: Inherit pkgconfig | 126 | - u-boot: Inherit pkgconfig |
| 127 | - update_udev_hwdb: fix multilib issue with systemd | 127 | - update_udev_hwdb: fix multilib issue with systemd |
| 128 | - util-linux: Create u-a symlink for findfs utility | 128 | - util-linux: Create u-a symlink for findfs utility |
