diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-05-04 14:57:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-10 12:52:34 +0100 |
commit | eae7c2a0c277c764a72073cdce1cdb2eb1fd1b9a (patch) | |
tree | fc3b2691dece36a13abc2892aea921d1dc601466 /documentation/migration-guides/migration-3.3.rst | |
parent | e3d64415eddb7c0a5c13a2a91611204c8abfbedb (diff) | |
download | poky-eae7c2a0c277c764a72073cdce1cdb2eb1fd1b9a.tar.gz |
manuals: fix name capitalization issues
- Using "BitBake" instead of "Bitbake" or "bitbake", aligning with the
title of the "BitBake User Manual".
- Using "OpenEmbedded" instead of "Openembedded"
- Using "Python" instead of "python"
(From yocto-docs rev: 0b893e2a15aefedd7100445fc9d7eeed07b6afc6)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-3.3.rst')
-rw-r--r-- | documentation/migration-guides/migration-3.3.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-3.3.rst b/documentation/migration-guides/migration-3.3.rst index 1eb494c286..22562dacd4 100644 --- a/documentation/migration-guides/migration-3.3.rst +++ b/documentation/migration-guides/migration-3.3.rst | |||
@@ -76,7 +76,7 @@ Some example recipes where this change has been made: ``gpgme``, ``libcap-ng``, | |||
76 | 76 | ||
77 | .. _migration-3.3-distutils-path: | 77 | .. _migration-3.3-distutils-path: |
78 | 78 | ||
79 | ``setup.py`` path for python modules | 79 | ``setup.py`` path for Python modules |
80 | ------------------------------------ | 80 | ------------------------------------ |
81 | 81 | ||
82 | In a Python module, sometimes ``setup.py`` can be buried deep in the | 82 | In a Python module, sometimes ``setup.py`` can be buried deep in the |
@@ -133,7 +133,7 @@ unless you want to take advantage of the improved granularity: | |||
133 | - ``procps``: split ``ps`` and ``sysctl`` into their own packages | 133 | - ``procps``: split ``ps`` and ``sysctl`` into their own packages |
134 | - ``rpm``: split build and extra functionality into separate packages | 134 | - ``rpm``: split build and extra functionality into separate packages |
135 | - ``sudo``: split ``sudo`` binary into ``sudo-sudo`` and libs into ``sudo-lib`` | 135 | - ``sudo``: split ``sudo`` binary into ``sudo-sudo`` and libs into ``sudo-lib`` |
136 | - ``systemtap``: examples, python scripts and runtime material split out | 136 | - ``systemtap``: examples, Python scripts and runtime material split out |
137 | - ``util-linux``: ``libuuid`` has been split out to its own | 137 | - ``util-linux``: ``libuuid`` has been split out to its own |
138 | ``util-linux-libuuid`` recipe (and corresponding packages) to avoid circular | 138 | ``util-linux-libuuid`` recipe (and corresponding packages) to avoid circular |
139 | dependencies if ``libgcrypt`` support is enabled in ``util-linux``. | 139 | dependencies if ``libgcrypt`` support is enabled in ``util-linux``. |