summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-2.2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-2.2.rst')
-rw-r--r--documentation/migration-guides/migration-2.2.rst16
1 files changed, 5 insertions, 11 deletions
diff --git a/documentation/migration-guides/migration-2.2.rst b/documentation/migration-guides/migration-2.2.rst
index 40e3b5cb2b..49cd9b9ae0 100644
--- a/documentation/migration-guides/migration-2.2.rst
+++ b/documentation/migration-guides/migration-2.2.rst
@@ -70,9 +70,9 @@ 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.
75particular areas of interest: 75Particular areas of interest are:
76 76
77 - subprocess command-line pipes needing locale decoding 77 - subprocess command-line pipes needing locale decoding
78 78
@@ -181,14 +181,8 @@ root filesystem, provides an image, and uses the ``nographic`` option::
181 181
182 $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.ext4 tmp/deploy/images/qemux86-64/bzImage nographic 182 $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.ext4 tmp/deploy/images/qemux86-64/bzImage nographic
183 183
184Following is a list of variables that can be set in configuration files 184Here is a list of variables that can be set in configuration files
185such as ``bsp.conf`` to enable the BSP to be booted by ``runqemu``: 185such as ``bsp.conf`` to enable the BSP to be booted by ``runqemu``::
186
187.. note::
188
189 "QB" means "QEMU Boot".
190
191::
192 186
193 QB_SYSTEM_NAME: QEMU name (e.g. "qemu-system-i386") 187 QB_SYSTEM_NAME: QEMU name (e.g. "qemu-system-i386")
194 QB_OPT_APPEND: Options to append to QEMU (e.g. "-show-cursor") 188 QB_OPT_APPEND: Options to append to QEMU (e.g. "-show-cursor")