diff options
Diffstat (limited to 'documentation/migration-guides/migration-2.2.rst')
-rw-r--r-- | documentation/migration-guides/migration-2.2.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/migration-guides/migration-2.2.rst b/documentation/migration-guides/migration-2.2.rst index 3932792c78..9d50dc6202 100644 --- a/documentation/migration-guides/migration-2.2.rst +++ b/documentation/migration-guides/migration-2.2.rst | |||
@@ -73,8 +73,8 @@ Metadata Must Now Use Python 3 Syntax | |||
73 | The metadata is now required to use Python 3 syntax. For help preparing | 73 | The metadata is now required to use Python 3 syntax. For help preparing |
74 | metadata, see any of the many Python 3 porting guides available. | 74 | metadata, see any of the many Python 3 porting guides available. |
75 | Alternatively, you can reference the conversion commits for BitBake and | 75 | Alternatively, you can reference the conversion commits for BitBake and |
76 | you can use :term:`OpenEmbedded-Core (OE-Core)` as a guide for changes. Following are | 76 | you can use :term:`OpenEmbedded-Core (OE-Core)` as a guide for changes. |
77 | particular areas of interest: | 77 | Particular areas of interest are: |
78 | 78 | ||
79 | - subprocess command-line pipes needing locale decoding | 79 | - subprocess command-line pipes needing locale decoding |
80 | 80 | ||
@@ -182,7 +182,7 @@ root filesystem, provides an image, and uses the ``nographic`` option:: | |||
182 | 182 | ||
183 | $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.ext4 tmp/deploy/images/qemux86-64/bzImage nographic | 183 | $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.ext4 tmp/deploy/images/qemux86-64/bzImage nographic |
184 | 184 | ||
185 | Following is a list of variables that can be set in configuration files | 185 | Here is a list of variables that can be set in configuration files |
186 | such as ``bsp.conf`` to enable the BSP to be booted by ``runqemu``:: | 186 | such as ``bsp.conf`` to enable the BSP to be booted by ``runqemu``:: |
187 | 187 | ||
188 | QB_SYSTEM_NAME: QEMU name (e.g. "qemu-system-i386") | 188 | QB_SYSTEM_NAME: QEMU name (e.g. "qemu-system-i386") |