migration-3.4: add some extra packaging notes

Add some notes on minor packaging changes that I missed earlier.

(From yocto-docs rev: 8cb799a04f9c160da28a7283c9bd8d10406f57af)

Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton
2021-10-21 20:09:29 -07:00
committed by Richard Purdie
parent 3507345f40
commit 14d4106f56

View File

@@ -202,6 +202,15 @@ Package/recipe splitting
in its own ``xwayland`` recipe. If you need Xwayland in your image
then you may now need to add it explicitly.
- The ``rpm`` package no longer has ``rpm-build`` in its :term:`RRECOMMENDS`;
if by chance you still need rpm package building functionality in
your image and you have not already done so then you should add
``rpm-build`` to your image explicitly.
- The Python ``statistics`` standard module is now packaged in its own
``python3-statistics`` package instead of ``python3-misc`` as
previously.
Image / SDK generation changes
------------------------------