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-05-25 12:37:57 +0100
commitd67f7ffa7903810e7edade953aaa5a723579aa5a (patch)
treeff740c5f98da75ffbf5bf87c164c3f90913cbe2c /documentation/overview-manual/concepts.rst
parent0b16a741f1627de788136328e725627294822ae7 (diff)
downloadpoky-d67f7ffa7903810e7edade953aaa5a723579aa5a.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: 272056be6e32d1b6cd2b7064ab764a55474721b5) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 91b53f4d1de5b9669cbb8d7fc741ba9c08c31f94) 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 9ea30b19b0..101fc1b998 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: