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>
This commit is contained in:
Ross Burton
2023-11-01 17:27:05 +00:00
committed by Richard Purdie
parent d95d236add
commit 553256bc8b

View File

@@ -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