summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-03-11 14:31:02 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-25 12:37:57 +0100
commit8f152ba3ce18259318a56d80ae963b25d057c9b5 (patch)
tree49b20fc883384b6263240d6e6ce46fbdea1cc7c5 /documentation/overview-manual/concepts.rst
parent5ad0c3ae5b2164406b7969a92aecfde341b4a48f (diff)
downloadpoky-8f152ba3ce18259318a56d80ae963b25d057c9b5.tar.gz
overview-manual: convert source-fetching.png to svg and fix UNPACKDIR
- 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).- This fixes [YOCTO #15730]. Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> (From yocto-docs rev: 404a0fb167402e13d3a4ce5aba23aa22a78a0c06) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 27725e4e7bf4d5fe7ad222de077cc693b9205b17) 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.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 70766559f8..4a0dccd6c0 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -683,7 +683,7 @@ Source Fetching
683The first stages of building a recipe are to fetch and unpack the source 683The first stages of building a recipe are to fetch and unpack the source
684code: 684code:
685 685
686.. image:: figures/source-fetching.png 686.. image:: svg/source-fetching.*
687 :width: 100% 687 :width: 100%
688 688
689The :ref:`ref-tasks-fetch` and :ref:`ref-tasks-unpack` tasks fetch 689The :ref:`ref-tasks-fetch` and :ref:`ref-tasks-unpack` tasks fetch