summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-5.2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-5.2.rst')
-rw-r--r--documentation/migration-guides/migration-5.2.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-5.2.rst b/documentation/migration-guides/migration-5.2.rst
index c54f054c78..4dd8cd20f8 100644
--- a/documentation/migration-guides/migration-5.2.rst
+++ b/documentation/migration-guides/migration-5.2.rst
@@ -193,6 +193,14 @@ anymore::
193This was rarely used in the core repositories, and this removal simplifies the 193This was rarely used in the core repositories, and this removal simplifies the
194code logic in several places. 194code logic in several places.
195 195
196If one of your recipes is still using this mechanism, you can split the
197code source fetching into two separate entries::
198
199 SRC_URI = "git://some.host/somepath;branch=branchX;name=nameX \
200 git://some.host/somepath;branch=branchY;name=nameY"
201 SRCREV_nameX = "xxxxxxxxxxxxxxxxxxxx"
202 SRCREV_nameY = "yyyyyyyyyyyyyyyyyyyy"
203
196Git fetcher: Branch parameter now required in :term:`SRC_URI` 204Git fetcher: Branch parameter now required in :term:`SRC_URI`
197~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 205~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
198 206
@@ -242,7 +250,7 @@ The following recipes have been removed in this release:
242 :oe_git:`openembedded-core </openembedded-core>` or :oe_git:`meta-openembedded </meta-openembedded>`. 250 :oe_git:`openembedded-core </openembedded-core>` or :oe_git:`meta-openembedded </meta-openembedded>`.
243 251
244- ``blktool``: It was created in 2004 as an alternative to hdparm and never 252- ``blktool``: It was created in 2004 as an alternative to hdparm and never
245 updated since (while :wikipedia:`hdparm <Hdparm>` remains in active. 253 updated since (while :wikipedia:`hdparm <Hdparm>` remains active).
246 254
247- ``cargo-c-native``: converted to a target recipe and renamed to ``cargo-c``. 255- ``cargo-c-native``: converted to a target recipe and renamed to ``cargo-c``.
248 256