diff options
-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 |