diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-11-01 17:27:06 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-06 22:52:32 +0000 |
| commit | aebf95e7c74a926c54af8290de7fa2260b1741a4 (patch) | |
| tree | 0884d8ed711d22742718756bb8f944ebdc9b6033 /documentation | |
| parent | a24c6cad130e9209f7547b0bad8a85d9f05f39a0 (diff) | |
| download | poky-aebf95e7c74a926c54af8290de7fa2260b1741a4.tar.gz | |
migration-guides: git recipes reword
(From yocto-docs rev: 9ef7cfd47a53ed45f3d0db8534a42cefbfdf63b3)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/migration-guides/release-notes-4.3.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst index 4c04cce23a..cd6d79d40b 100644 --- a/documentation/migration-guides/release-notes-4.3.rst +++ b/documentation/migration-guides/release-notes-4.3.rst | |||
| @@ -219,15 +219,16 @@ New Features / Enhancements in 4.3 | |||
| 219 | 219 | ||
| 220 | - Miscellaneous changes: | 220 | - Miscellaneous changes: |
| 221 | 221 | ||
| 222 | - Git based recipes in OE-Core which used the git protocol have been | 222 | - Git based recipes in OE-Core which used the ``git`` protocol have been |
| 223 | changed to use https where possibile. https is now believed to be | 223 | changed to use `https`` where possible, as it is typically faster and |
| 224 | faster and more reliable. | 224 | more reliable. |
| 225 | 225 | ||
| 226 | - The ``os-release`` recipe added a ``CPE_NAME`` to the fields provided, with the | 226 | - The ``os-release`` recipe added a ``CPE_NAME`` to the fields provided, with the |
| 227 | default being populated from :term:`DISTRO`. | 227 | default being populated from :term:`DISTRO`. |
| 228 | 228 | ||
| 229 | - The ``psplash`` recipe now accepts a PNG format image through :term:`SPLASH_IMAGES`, | 229 | - The ``psplash`` recipe now accepts a PNG format image through |
| 230 | instead of a harder to generate and modify ``.h`` file. | 230 | :term:`SPLASH_IMAGES`, instead of a harder to generate and modify |
| 231 | ``.h`` file. | ||
| 231 | 232 | ||
| 232 | Known Issues in 4.3 | 233 | Known Issues in 4.3 |
| 233 | ~~~~~~~~~~~~~~~~~~~ | 234 | ~~~~~~~~~~~~~~~~~~~ |
