diff options
Diffstat (limited to 'documentation/migration-guides/migration-2.2.rst')
-rw-r--r-- | documentation/migration-guides/migration-2.2.rst | 16 |
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 | ||
71 | The metadata is now required to use Python 3 syntax. For help preparing | 71 | The metadata is now required to use Python 3 syntax. For help preparing |
72 | metadata, see any of the many Python 3 porting guides available. | 72 | metadata, see any of the many Python 3 porting guides available. |
73 | Alternatively, you can reference the conversion commits for Bitbake and | 73 | Alternatively, you can reference the conversion commits for BitBake and |
74 | you can use :term:`OpenEmbedded-Core (OE-Core)` as a guide for changes. Following are | 74 | you can use :term:`OpenEmbedded-Core (OE-Core)` as a guide for changes. |
75 | particular areas of interest: | 75 | Particular 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 | ||
184 | Following is a list of variables that can be set in configuration files | 184 | Here is a list of variables that can be set in configuration files |
185 | such as ``bsp.conf`` to enable the BSP to be booted by ``runqemu``: | 185 | such 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") |