diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.rst')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst index d3baa25162..5eb7c51644 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.rst +++ b/documentation/dev-manual/dev-manual-common-tasks.rst | |||
@@ -6111,7 +6111,7 @@ the existing kernel, and then inserts a new kernel: | |||
6111 | 6111 | ||
6112 | If you see the following error, you need to update or create a | 6112 | If you see the following error, you need to update or create a |
6113 | ~/.mtoolsrc | 6113 | ~/.mtoolsrc |
6114 | file and be sure to have the line “mtools_skip_check=1“ in the | 6114 | file and be sure to have the line "mtools_skip_check=1" in the |
6115 | file. Then, run the Wic command again: | 6115 | file. Then, run the Wic command again: |
6116 | :: | 6116 | :: |
6117 | 6117 | ||
@@ -7157,7 +7157,7 @@ variable to specify the format: | |||
7157 | 2. Select the desired package format as follows: | 7157 | 2. Select the desired package format as follows: |
7158 | :: | 7158 | :: |
7159 | 7159 | ||
7160 | PACKAGE_CLASSES ?= “package_packageformat” | 7160 | PACKAGE_CLASSES ?= "package_packageformat" |
7161 | 7161 | ||
7162 | where packageformat can be "ipk", "rpm", | 7162 | where packageformat can be "ipk", "rpm", |
7163 | "deb", or "tar" which are the supported package formats. | 7163 | "deb", or "tar" which are the supported package formats. |
@@ -10372,7 +10372,7 @@ debugger. | |||
10372 | an image recipe: | 10372 | an image recipe: |
10373 | :: | 10373 | :: |
10374 | 10374 | ||
10375 | IMAGE_INSTALL_append = “ gdbserver" | 10375 | IMAGE_INSTALL_append = " gdbserver" |
10376 | 10376 | ||
10377 | The change makes | 10377 | The change makes |
10378 | sure the ``gdbserver`` package is included. | 10378 | sure the ``gdbserver`` package is included. |