diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-11 14:31:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-25 12:37:57 +0100 |
commit | 0b16a741f1627de788136328e725627294822ae7 (patch) | |
tree | 88345c6911d0564f11a2cbdaa44777f877ccc07e /documentation/overview-manual/concepts.rst | |
parent | 8f152ba3ce18259318a56d80ae963b25d057c9b5 (diff) | |
download | poky-0b16a741f1627de788136328e725627294822ae7.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: 508d65d5eb1759caa926aa8a4634679647e2b121)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 3aa3af6d5214b47555c4c2b16e9c720122e16fa4)
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 4a0dccd6c0..9ea30b19b0 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 |