summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-10-05 20:37:26 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-04 10:55:01 +0000
commit8b8656d0d83dc4b257d2ccf85e89660142127398 (patch)
treea4fd24cd16e4dca0b86dad01818404394ab8b656 /documentation
parentec92701ee584d7a4cc1e697ff25323c6cef4343e (diff)
downloadpoky-8b8656d0d83dc4b257d2ccf85e89660142127398.tar.gz
docs: ref-manual: migration-2.3: specify 2.3 version instead of DISTRO
Reviewed-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> (From yocto-docs rev: c3e958c3b31c2288fd5e04b9f5efe22e8ccade3c) Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 19b3ce7bc46b76207a6f3733881f3f16deab5a0d) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/migration-2.3.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/migration-2.3.rst b/documentation/ref-manual/migration-2.3.rst
index 25c5e0f144..5bf3e7033c 100644
--- a/documentation/ref-manual/migration-2.3.rst
+++ b/documentation/ref-manual/migration-2.3.rst
@@ -120,7 +120,7 @@ The following changes to scripts took place:
120 $ . oe-find-native-sysroot recipe 120 $ . oe-find-native-sysroot recipe
121 121
122 You must now supply a recipe for recipe 122 You must now supply a recipe for recipe
123 as part of the command. Prior to the Yocto Project &DISTRO; release, it 123 as part of the command. Prior to the Yocto Project 2.3 release, it
124 was not necessary to provide the script with the command. 124 was not necessary to provide the script with the command.
125 125
126- ``oe-run-native``: The usage for the ``oe-run-native`` script has 126- ``oe-run-native``: The usage for the ``oe-run-native`` script has
@@ -131,7 +131,7 @@ The following changes to scripts took place:
131 131
132 You must 132 You must
133 supply the name of the native recipe and the tool you want to run as 133 supply the name of the native recipe and the tool you want to run as
134 part of the command. Prior to the Yocto Project DISTRO release, it 134 part of the command. Prior to the Yocto Project 2.3 release, it
135 was not necessary to provide the native recipe with the command. 135 was not necessary to provide the native recipe with the command.
136 136
137- ``cleanup-workdir``: The ``cleanup-workdir`` script has been 137- ``cleanup-workdir``: The ``cleanup-workdir`` script has been