From a24c6cad130e9209f7547b0bad8a85d9f05f39a0 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 1 Nov 2023 17:27:05 +0000 Subject: migration-guides: packaging changes (From yocto-docs rev: 7558c99f50f4d96e12299a5b3c1059a71281a475) Signed-off-by: Ross Burton Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/migration-guides/release-notes-4.3.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'documentation') 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 - Packaging changes: + - :term:`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 :term:`LICENSE_FLAGS` and the licenses are not accepted, + it can set a custom message with :term:`LICENSE_FLAGS_DETAILS` to be + displayed to the users. + + - Recipes that fetch specific revisions no longer need to explictly add + :term:`SRCPV` to :term:`PV` as BitBake will now automatically add the + revision infomation to :term:`PKGV` if needed. + + - The default :term:`PR` values in many recipes have been removed. + - Security improvements: - Most repositories now include a :yocto_git:`SECURITY.md -- cgit v1.2.3-54-g00ecf