diff options
author | Ross Burton <ross.burton@arm.com> | 2023-11-01 17:27:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-06 22:52:32 +0000 |
commit | a24c6cad130e9209f7547b0bad8a85d9f05f39a0 (patch) | |
tree | c89c427ae6a58203beb4a3688be22c9ce39aa9e0 /documentation | |
parent | 7116cd7350490e7f46b45bbc9e092c69c7ac43aa (diff) | |
download | poky-a24c6cad130e9209f7547b0bad8a85d9f05f39a0.tar.gz |
migration-guides: packaging changes
(From yocto-docs rev: 7558c99f50f4d96e12299a5b3c1059a71281a475)
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 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst index abf246bbef..4c04cce23a 100644 --- a/documentation/migration-guides/release-notes-4.3.rst +++ b/documentation/migration-guides/release-notes-4.3.rst | |||
@@ -180,6 +180,21 @@ New Features / Enhancements in 4.3 | |||
180 | 180 | ||
181 | - Packaging changes: | 181 | - Packaging changes: |
182 | 182 | ||
183 | - :term:`FILES` now accepts ``**``, which matches zero or more subdirectories. | ||
184 | |||
185 | - The X server packagroup now defaults to using the ``modesetting`` X | ||
186 | driver, which obsoletes the ``fbdev`` driver. | ||
187 | |||
188 | - If a recipe uses :term:`LICENSE_FLAGS` and the licenses are not accepted, | ||
189 | it can set a custom message with :term:`LICENSE_FLAGS_DETAILS` to be | ||
190 | displayed to the users. | ||
191 | |||
192 | - Recipes that fetch specific revisions no longer need to explictly add | ||
193 | :term:`SRCPV` to :term:`PV` as BitBake will now automatically add the | ||
194 | revision infomation to :term:`PKGV` if needed. | ||
195 | |||
196 | - The default :term:`PR` values in many recipes have been removed. | ||
197 | |||
183 | - Security improvements: | 198 | - Security improvements: |
184 | 199 | ||
185 | - Most repositories now include a :yocto_git:`SECURITY.md | 200 | - Most repositories now include a :yocto_git:`SECURITY.md |