summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r--documentation/migration-guides/migration-2.2.rst2
-rw-r--r--documentation/migration-guides/migration-2.7.rst2
-rw-r--r--documentation/migration-guides/migration-3.0.rst2
-rw-r--r--documentation/migration-guides/migration-3.2.rst4
-rw-r--r--documentation/migration-guides/migration-3.3.rst4
-rw-r--r--documentation/migration-guides/migration-3.4.rst2
-rw-r--r--documentation/migration-guides/release-notes-3.4.1.rst2
7 files changed, 9 insertions, 9 deletions
diff --git a/documentation/migration-guides/migration-2.2.rst b/documentation/migration-guides/migration-2.2.rst
index 10aa2d0684..fe7bc2cf55 100644
--- a/documentation/migration-guides/migration-2.2.rst
+++ b/documentation/migration-guides/migration-2.2.rst
@@ -70,7 +70,7 @@ Metadata Must Now Use Python 3 Syntax
70 70
71The metadata is now required to use Python 3 syntax. For help preparing 71The metadata is now required to use Python 3 syntax. For help preparing
72metadata, see any of the many Python 3 porting guides available. 72metadata, see any of the many Python 3 porting guides available.
73Alternatively, you can reference the conversion commits for Bitbake and 73Alternatively, you can reference the conversion commits for BitBake and
74you can use :term:`OpenEmbedded-Core (OE-Core)` as a guide for changes. Following are 74you can use :term:`OpenEmbedded-Core (OE-Core)` as a guide for changes. Following are
75particular areas of interest: 75particular areas of interest:
76 76
diff --git a/documentation/migration-guides/migration-2.7.rst b/documentation/migration-guides/migration-2.7.rst
index ae70353bf7..1b8f1ce1bb 100644
--- a/documentation/migration-guides/migration-2.7.rst
+++ b/documentation/migration-guides/migration-2.7.rst
@@ -15,7 +15,7 @@ The following changes have been made to BitBake:
15 functions (e.g. ``def funcname:``) in the metadata for tab 15 functions (e.g. ``def funcname:``) in the metadata for tab
16 indentation. If found, BitBake produces a warning. 16 indentation. If found, BitBake produces a warning.
17 17
18- Bitbake now checks 18- BitBake now checks
19 :term:`BBFILE_COLLECTIONS` for duplicate 19 :term:`BBFILE_COLLECTIONS` for duplicate
20 entries and triggers an error if any are found. 20 entries and triggers an error if any are found.
21 21
diff --git a/documentation/migration-guides/migration-3.0.rst b/documentation/migration-guides/migration-3.0.rst
index 50d6758e71..1219edf921 100644
--- a/documentation/migration-guides/migration-3.0.rst
+++ b/documentation/migration-guides/migration-3.0.rst
@@ -152,7 +152,7 @@ by ``CVE_CHECK_WHITELIST`` (replaced by :term:`CVE_CHECK_IGNORE` in version 3.5)
152 152
153.. _migration-3.0-bitbake-changes: 153.. _migration-3.0-bitbake-changes:
154 154
155Bitbake Changes 155BitBake Changes
156--------------- 156---------------
157 157
158The following BitBake changes have occurred. 158The following BitBake changes have occurred.
diff --git a/documentation/migration-guides/migration-3.2.rst b/documentation/migration-guides/migration-3.2.rst
index d593effe97..470403a298 100644
--- a/documentation/migration-guides/migration-3.2.rst
+++ b/documentation/migration-guides/migration-3.2.rst
@@ -86,7 +86,7 @@ value to be explicitly prepended to package names being added as
86dependencies (e.g. in :term:`RDEPENDS` and :term:`RRECOMMENDS` values) 86dependencies (e.g. in :term:`RDEPENDS` and :term:`RRECOMMENDS` values)
87where the dependency is conditionally added. 87where the dependency is conditionally added.
88 88
89If you have anonymous python or in-line python conditionally adding 89If you have anonymous Python or in-line Python conditionally adding
90dependencies in your custom recipes, and you intend for those recipes to 90dependencies in your custom recipes, and you intend for those recipes to
91work with multilib, then you will need to ensure that ``${MLPREFIX}`` 91work with multilib, then you will need to ensure that ``${MLPREFIX}``
92is prefixed on the package names in the dependencies, for example 92is prefixed on the package names in the dependencies, for example
@@ -149,7 +149,7 @@ the upstream documentation for ``dhcpcd`` and ``kea`` for further details.
149Packaging changes 149Packaging changes
150----------------- 150-----------------
151 151
152- ``python3``: the ``urllib`` python package has now moved into the core package, as it is used more commonly than just netclient (e.g. email, xml, mimetypes, pydoc). In addition, the ``pathlib`` module is now also part of the core package. 152- ``python3``: the ``urllib`` Python package has now moved into the core package, as it is used more commonly than just netclient (e.g. email, xml, mimetypes, pydoc). In addition, the ``pathlib`` module is now also part of the core package.
153 153
154- ``iptables``: ``iptables-apply`` and ``ip6tables-apply`` have been split out to their own package to avoid a bash dependency in the main ``iptables`` package 154- ``iptables``: ``iptables-apply`` and ``ip6tables-apply`` have been split out to their own package to avoid a bash dependency in the main ``iptables`` package
155 155
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
82In a Python module, sometimes ``setup.py`` can be buried deep in the 82In 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``.
diff --git a/documentation/migration-guides/migration-3.4.rst b/documentation/migration-guides/migration-3.4.rst
index d57c955eb4..8db43a1454 100644
--- a/documentation/migration-guides/migration-3.4.rst
+++ b/documentation/migration-guides/migration-3.4.rst
@@ -233,7 +233,7 @@ Image / SDK generation changes
233Miscellaneous 233Miscellaneous
234~~~~~~~~~~~~~ 234~~~~~~~~~~~~~
235 235
236- Certificates are now properly checked when bitbake fetches sources 236- Certificates are now properly checked when BitBake fetches sources
237 over HTTPS. If you receive errors as a result for your custom recipes, 237 over HTTPS. If you receive errors as a result for your custom recipes,
238 you will need to use a mirror or address the issue with the operators 238 you will need to use a mirror or address the issue with the operators
239 of the server in question. 239 of the server in question.
diff --git a/documentation/migration-guides/release-notes-3.4.1.rst b/documentation/migration-guides/release-notes-3.4.1.rst
index b122887661..0503f29b2c 100644
--- a/documentation/migration-guides/release-notes-3.4.1.rst
+++ b/documentation/migration-guides/release-notes-3.4.1.rst
@@ -46,7 +46,7 @@ Fixes in 3.4.1
46- bitbake: tests/fetch: Update pcre.org address after github changes 46- bitbake: tests/fetch: Update pcre.org address after github changes
47- bitbake: tests/runqueue: Ensure hashserv exits before deleting files 47- bitbake: tests/runqueue: Ensure hashserv exits before deleting files
48- bitbake: utils: Handle lockfile filenames that are too long for filesystems 48- bitbake: utils: Handle lockfile filenames that are too long for filesystems
49- bootchart2: Don't compile python modules 49- bootchart2: Don't compile Python modules
50- build-appliance-image: Update to honister head revision 50- build-appliance-image: Update to honister head revision
51- buildhistory: Fix package output files for SDKs 51- buildhistory: Fix package output files for SDKs
52- busybox: 1.34.0 -> 1.34.1 52- busybox: 1.34.0 -> 1.34.1