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:30 +0100 |
commit | 14d4106f566f30742109aa60fd2cfc3e11f22f37 (patch) | |
tree | e1308e07439c0564cfa918d9e64287c63e9d64be /documentation | |
parent | 3507345f407ab604a0bebc9aebd21163a2b1b950 (diff) | |
download | poky-14d4106f566f30742109aa60fd2cfc3e11f22f37.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: 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>
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 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 | |||
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 | ------------------------------ |