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-3.4.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-3.4.1.rst')
-rw-r--r-- | documentation/migration-guides/release-notes-3.4.1.rst | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/documentation/migration-guides/release-notes-3.4.1.rst b/documentation/migration-guides/release-notes-3.4.1.rst index d15a8a8fbd..914cbf74ed 100644 --- a/documentation/migration-guides/release-notes-3.4.1.rst +++ b/documentation/migration-guides/release-notes-3.4.1.rst | |||
@@ -53,9 +53,9 @@ Fixes in 3.4.1 | |||
53 | - ca-certificates: update 20210119 -> 20211016 | 53 | - ca-certificates: update 20210119 -> 20211016 |
54 | - classes/populate_sdk_base: Add setscene tasks | 54 | - classes/populate_sdk_base: Add setscene tasks |
55 | - conf: update for release 3.4 | 55 | - conf: update for release 3.4 |
56 | - convert-srcuri.py: use regex to check space in SRC_URI | 56 | - convert-srcuri.py: use regex to check space in :term:`SRC_URI` |
57 | - create-spdx: Fix key errors in do_create_runtime_spdx | 57 | - create-spdx: Fix key errors in do_create_runtime_spdx |
58 | - create-spdx: Protect against None from LICENSE_PATH | 58 | - create-spdx: Protect against None from :term:`LICENSE_PATH` |
59 | - create-spdx: Set the Organization field via a variable | 59 | - create-spdx: Set the Organization field via a variable |
60 | - create-spdx: add create_annotation function | 60 | - create-spdx: add create_annotation function |
61 | - create-spdx: cross recipes are native also | 61 | - create-spdx: cross recipes are native also |
@@ -82,18 +82,18 @@ Fixes in 3.4.1 | |||
82 | - insane.bbclass: Add a check for directories that are expected to be empty | 82 | - insane.bbclass: Add a check for directories that are expected to be empty |
83 | - kernel-devsrc: Add vdso.lds and other build files for riscv64 as well | 83 | - kernel-devsrc: Add vdso.lds and other build files for riscv64 as well |
84 | - libnewt: Use python3targetconfig to fix reproducibility issue | 84 | - libnewt: Use python3targetconfig to fix reproducibility issue |
85 | - libpcre/libpcre2: correct SRC_URI | 85 | - libpcre/libpcre2: correct :term:`SRC_URI` |
86 | - libx11-compose-data: Update LICENSE to better reflect reality | 86 | - libx11-compose-data: Update :term:`LICENSE` to better reflect reality |
87 | - libx11: Update LICENSE to better reflect reality | 87 | - libx11: Update :term:`LICENSE` to better reflect reality |
88 | - libxml2: Use python3targetconfig to fix reproducibility issue | 88 | - libxml2: Use python3targetconfig to fix reproducibility issue |
89 | - linunistring: Add missing gperf-native dependency | 89 | - linunistring: Add missing gperf-native dependency |
90 | - linux-firmware: upgrade to 20211027 | 90 | - linux-firmware: upgrade to 20211027 |
91 | - linux-yocto-dev: Ensure DEPENDS matches recent 5.14 kernel changes | 91 | - linux-yocto-dev: Ensure :term:`DEPENDS` matches recent 5.14 kernel changes |
92 | - linux-yocto-rt/5.10: update to -rt54 | 92 | - linux-yocto-rt/5.10: update to -rt54 |
93 | - linux-yocto/5.10: update to v5.10.78 | 93 | - linux-yocto/5.10: update to v5.10.78 |
94 | - linux-yocto/5.14: common-pc: enable CONFIG_ATA_PIIX as built-in | 94 | - linux-yocto/5.14: common-pc: enable CONFIG_ATA_PIIX as built-in |
95 | - linux-yocto/5.14: update to v5.14.17 | 95 | - linux-yocto/5.14: update to v5.14.17 |
96 | - linux-yocto: add libmpc-native to DEPENDS | 96 | - linux-yocto: add libmpc-native to :term:`DEPENDS` |
97 | - lttng-tools: replace ad hoc ptest fixup with upstream fixes | 97 | - lttng-tools: replace ad hoc ptest fixup with upstream fixes |
98 | - manuals: releases.rst: move gatesgarth to outdated releases section | 98 | - manuals: releases.rst: move gatesgarth to outdated releases section |
99 | - mesa: Enable svga for x86 only | 99 | - mesa: Enable svga for x86 only |
@@ -126,13 +126,13 @@ Fixes in 3.4.1 | |||
126 | - qemu.inc: Remove empty egg-info directories before running meson | 126 | - qemu.inc: Remove empty egg-info directories before running meson |
127 | - recipes: Update github.com urls to use https | 127 | - recipes: Update github.com urls to use https |
128 | - ref-manual: Update how to set a useradd password | 128 | - ref-manual: Update how to set a useradd password |
129 | - ref-manual: document "reproducible_build" class and SOURCE_DATE_EPOCH | 129 | - ref-manual: document "reproducible_build" class and :term:`SOURCE_DATE_EPOCH` |
130 | - ref-manual: document BUILD_REPRODUCIBLE_BINARIES | 130 | - ref-manual: document BUILD_REPRODUCIBLE_BINARIES |
131 | - ref-manual: document TOOLCHAIN_HOST_TASK_ESDK | 131 | - ref-manual: document :term:`TOOLCHAIN_HOST_TASK_ESDK` |
132 | - ref-manual: remove meta class | 132 | - ref-manual: remove meta class |
133 | - ref-manual: update system requirements | 133 | - ref-manual: update system requirements |
134 | - releases.rst: fix release number for 3.3.3 | 134 | - releases.rst: fix release number for 3.3.3 |
135 | - scripts/convert-srcuri: Update SRC_URI conversion script to handle github url changes | 135 | - scripts/convert-srcuri: Update :term:`SRC_URI` conversion script to handle github url changes |
136 | - scripts/lib/wic/help.py: Update Fedora Kickstart URLs | 136 | - scripts/lib/wic/help.py: Update Fedora Kickstart URLs |
137 | - scripts/oe-package-browser: Fix after overrides change | 137 | - scripts/oe-package-browser: Fix after overrides change |
138 | - scripts/oe-package-browser: Handle no packages being built | 138 | - scripts/oe-package-browser: Handle no packages being built |
@@ -153,7 +153,7 @@ Fixes in 3.4.1 | |||
153 | - waffle: convert to git, website is down | 153 | - waffle: convert to git, website is down |
154 | - wayland: Fix wayland-tools packaging | 154 | - wayland: Fix wayland-tools packaging |
155 | - wireless-regdb: upgrade 2021.07.14 -> 2021.08.28 | 155 | - wireless-regdb: upgrade 2021.07.14 -> 2021.08.28 |
156 | - wpa-supplicant: Match package override to PACKAGES for pkg_postinst | 156 | - wpa-supplicant: Match package override to :term:`PACKAGES` for pkg_postinst |
157 | 157 | ||
158 | Contributors to 3.4.1 | 158 | Contributors to 3.4.1 |
159 | ~~~~~~~~~~~~~~~~~~~~~ | 159 | ~~~~~~~~~~~~~~~~~~~~~ |