From 14d4106f566f30742109aa60fd2cfc3e11f22f37 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 21 Oct 2021 20:09:29 -0700 Subject: 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 Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/migration-guides/migration-3.4.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'documentation') diff --git a/documentation/migration-guides/migration-3.4.rst b/documentation/migration-guides/migration-3.4.rst index 8382c9375b..6105015a24 100644 --- a/documentation/migration-guides/migration-3.4.rst +++ b/documentation/migration-guides/migration-3.4.rst @@ -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 ------------------------------ -- cgit v1.2.3-54-g00ecf