diff mbox series

[13/14] packaging changes

Message ID 20231101172706.81576-14-ross.burton@arm.com
State New
Headers show
Series Release notes changes | expand

Commit Message

Ross Burton Nov. 1, 2023, 5:27 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

---
 .../migration-guides/release-notes-4.3.rst        | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
diff mbox series

Patch

diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index 757592751..10c5e50a4 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -170,6 +170,21 @@  New Features / Enhancements in 4.3
 
 -  Packaging changes:
 
+   -  ``FILES`` now accepts ``**``, which matches zero or more subdirectories.
+  
+   -  The X server packagroup now defaults to using the ``modesetting`` X
+      driver, which obsoletes the ``fbdev`` driver.
+  
+   -  If a recipe uses ``LICENSE_FLAGS`` and the licenses are not accepted, it
+      can set a custom message with ``LICENSE_FLAGS_DETAILS`` to be displayed to
+      the users.
+
+   -  Recipes that fetch specific revisions no longer need to explictly add
+      ``SRCPV`` to ``PV`` as BitBake will now automatically add the revision
+      infomation to ``PKGV`` if needed.
+
+   -  The default ``PR`` values in many recipes have been removed.
+  
 -  Security improvements:
 
    -  Most repositories now include a :yocto_git:`SECURITY.md