summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-03-11 14:31:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-25 12:37:57 +0100
commita10c7a4eb9e069c14fc5b944d372c69e3c0aa1d4 (patch)
tree9e4df026cda43a6f9faa2535bd22d3be5bfe74a9 /documentation/overview-manual/concepts.rst
parentd67f7ffa7903810e7edade953aaa5a723579aa5a (diff)
downloadpoky-a10c7a4eb9e069c14fc5b944d372c69e3c0aa1d4.tar.gz
overview-manual: convert analysis-for-package-splitting.png to svg
- Convert the png file to an SVG file - Add the UNPACKDIR reference. - 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). (From yocto-docs rev: 2836f36e6e9fd42801b129232fc9e7db35ea7136) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 18832dd1e90ad85916b1f757271493ddfd3eb432) 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 101fc1b998..4d406abb4c 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -861,7 +861,7 @@ Package Splitting
861After source code is configured, compiled, and staged, the build system 861After source code is configured, compiled, and staged, the build system
862analyzes the results and splits the output into packages: 862analyzes the results and splits the output into packages:
863 863
864.. image:: figures/analysis-for-package-splitting.png 864.. image:: svg/analysis-for-package-splitting.*
865 :width: 100% 865 :width: 100%
866 866
867The :ref:`ref-tasks-package` and 867The :ref:`ref-tasks-package` and