diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-11 14:31:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-24 17:32:34 +0000 |
commit | 4fefecd2719f067a24255222b571f694a1aaca07 (patch) | |
tree | c0017dfbedaad469458efeec0645c56e0bc3d756 /documentation/overview-manual/concepts.rst | |
parent | 2483391bef41e9a2fb0f299863f34a45aefd755a (diff) | |
download | poky-4fefecd2719f067a24255222b571f694a1aaca07.tar.gz |
overview-manual: convert patching.png to svg
- Convert the png file to an SVG file.
- Add the new UNPACKDIR directory to the image.
- Remove ${PR} from WORKDIR value, after cc83e4548465 ("bitbake.conf:
Drop PE and PR from WORKDIR and STAMP") on OE-Core.
- Change S value to BP (equal to ${BPN}-${PV}, but more accurate).-
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: 73b6c0c5e5470d4a929fd3d5cde6d4fb0ace53b8)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 55669cd3f6..5c6af847e5 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -764,7 +764,7 @@ Patching | |||
764 | Once source code is fetched and unpacked, BitBake locates patch files | 764 | Once source code is fetched and unpacked, BitBake locates patch files |
765 | and applies them to the source files: | 765 | and applies them to the source files: |
766 | 766 | ||
767 | .. image:: figures/patching.png | 767 | .. image:: svg/patching.* |
768 | :width: 100% | 768 | :width: 100% |
769 | 769 | ||
770 | The :ref:`ref-tasks-patch` task uses a | 770 | The :ref:`ref-tasks-patch` task uses a |