diff options
author | Paul Eggleton <paul.eggleton@microsoft.com> | 2021-10-21 20:09:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-22 22:15:33 +0100 |
commit | fd6e9609d1e7f0be6f20eb7906a00d433329be03 (patch) | |
tree | 1050724300c040f345e370180f10a5727b44fb0c /documentation | |
parent | a43cb3d607d5da0ba700ac96fad57cfa9cf5d7cb (diff) | |
download | poky-fd6e9609d1e7f0be6f20eb7906a00d433329be03.tar.gz |
migration-3.4: add some extra packaging notes
Add some notes on minor packaging changes that I missed earlier.
(From yocto-docs rev: a4f345f888b466bd1459b767c1b8cf8b9397e27e)
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/migration-guides/migration-3.4.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-3.4.rst b/documentation/migration-guides/migration-3.4.rst index 797bfde41e..e785277356 100644 --- a/documentation/migration-guides/migration-3.4.rst +++ b/documentation/migration-guides/migration-3.4.rst | |||
@@ -202,6 +202,15 @@ Package/recipe splitting | |||
202 | in its own ``xwayland`` recipe. If you need Xwayland in your image | 202 | in its own ``xwayland`` recipe. If you need Xwayland in your image |
203 | then you may now need to add it explicitly. | 203 | then you may now need to add it explicitly. |
204 | 204 | ||
205 | - The ``rpm`` package no longer has ``rpm-build`` in its :term:`RRECOMMENDS`; | ||
206 | if by chance you still need rpm package building functionality in | ||
207 | your image and you have not already done so then you should add | ||
208 | ``rpm-build`` to your image explicitly. | ||
209 | |||
210 | - The Python ``statistics`` standard module is now packaged in its own | ||
211 | ``python3-statistics`` package instead of ``python3-misc`` as | ||
212 | previously. | ||
213 | |||
205 | 214 | ||
206 | Image / SDK generation changes | 215 | Image / SDK generation changes |
207 | ------------------------------ | 216 | ------------------------------ |