summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2025-03-11 14:31:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-24 17:32:34 +0000
commit2cd05764b7e5920c64a9fc4da34e6ab2f179df9f (patch)
tree5353bcfed0d4e05b314734a7843d97bd91c0d6a8 /documentation/overview-manual/concepts.rst
parent4fefecd2719f067a24255222b571f694a1aaca07 (diff)
downloadpoky-2cd05764b7e5920c64a9fc4da34e6ab2f179df9f.tar.gz
overview-manual: convert configuration-compile-autoreconf.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: f24b00200ac49cda07e4c77e3e1b161a5b78b006) 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 5c6af847e5..a4752eaee5 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -805,7 +805,7 @@ After source code is patched, BitBake executes tasks that configure and
805compile the source code. Once compilation occurs, the files are copied 805compile the source code. Once compilation occurs, the files are copied
806to a holding area (staged) in preparation for packaging: 806to a holding area (staged) in preparation for packaging:
807 807
808.. image:: figures/configuration-compile-autoreconf.png 808.. image:: svg/configuration-compile-autoreconf.*
809 :width: 100% 809 :width: 100%
810 810
811This step in the build process consists of the following tasks: 811This step in the build process consists of the following tasks: