diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-04-15 17:58:45 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-23 16:39:03 +0100 |
| commit | 773536c333248214f8f41eff698d8bfd3c687249 (patch) | |
| tree | 526a86685e2d035455505f8ba45450bc70060e4b /documentation/ref-manual/qa-checks.rst | |
| parent | 21b42cc54f37fcbfdfa3ea69694b4f2003433d02 (diff) | |
| download | poky-773536c333248214f8f41eff698d8bfd3c687249.tar.gz | |
manuals: simplify code insertion
This replaces instances of ": ::" by "::", which
generates identical HTML output
(From yocto-docs rev: 1f410dfc7c16c09af612de659f8574ef6cff4636)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/qa-checks.rst')
| -rw-r--r-- | documentation/ref-manual/qa-checks.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/qa-checks.rst b/documentation/ref-manual/qa-checks.rst index 6cb767d934..79d2d4266a 100644 --- a/documentation/ref-manual/qa-checks.rst +++ b/documentation/ref-manual/qa-checks.rst | |||
| @@ -675,7 +675,7 @@ Errors and Warnings | |||
| 675 | task. Patch fuzz is a situation when the ``patch`` tool ignores some of the context | 675 | task. Patch fuzz is a situation when the ``patch`` tool ignores some of the context |
| 676 | lines in order to apply the patch. Consider this example: | 676 | lines in order to apply the patch. Consider this example: |
| 677 | 677 | ||
| 678 | Patch to be applied: :: | 678 | Patch to be applied:: |
| 679 | 679 | ||
| 680 | --- filename | 680 | --- filename |
| 681 | +++ filename | 681 | +++ filename |
| @@ -687,7 +687,7 @@ Errors and Warnings | |||
| 687 | context line 5 | 687 | context line 5 |
| 688 | context line 6 | 688 | context line 6 |
| 689 | 689 | ||
| 690 | Original source code: :: | 690 | Original source code:: |
| 691 | 691 | ||
| 692 | different context line 1 | 692 | different context line 1 |
| 693 | different context line 2 | 693 | different context line 2 |
| @@ -696,7 +696,7 @@ Errors and Warnings | |||
| 696 | different context line 5 | 696 | different context line 5 |
| 697 | different context line 6 | 697 | different context line 6 |
| 698 | 698 | ||
| 699 | Outcome (after applying patch with fuzz): :: | 699 | Outcome (after applying patch with fuzz):: |
| 700 | 700 | ||
| 701 | different context line 1 | 701 | different context line 1 |
| 702 | different context line 2 | 702 | different context line 2 |
| @@ -716,14 +716,14 @@ Errors and Warnings | |||
| 716 | *How to eliminate patch fuzz warnings* | 716 | *How to eliminate patch fuzz warnings* |
| 717 | 717 | ||
| 718 | Use the ``devtool`` command as explained by the warning. First, unpack the | 718 | Use the ``devtool`` command as explained by the warning. First, unpack the |
| 719 | source into devtool workspace: :: | 719 | source into devtool workspace:: |
| 720 | 720 | ||
| 721 | devtool modify <recipe> | 721 | devtool modify <recipe> |
| 722 | 722 | ||
| 723 | This will apply all of the patches, and create new commits out of them in | 723 | This will apply all of the patches, and create new commits out of them in |
| 724 | the workspace - with the patch context updated. | 724 | the workspace - with the patch context updated. |
| 725 | 725 | ||
| 726 | Then, replace the patches in the recipe layer: :: | 726 | Then, replace the patches in the recipe layer:: |
| 727 | 727 | ||
| 728 | devtool finish --force-patch-refresh <recipe> <layer_path> | 728 | devtool finish --force-patch-refresh <recipe> <layer_path> |
| 729 | 729 | ||
