diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-11 14:31:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-24 17:32:34 +0000 |
commit | 2cd05764b7e5920c64a9fc4da34e6ab2f179df9f (patch) | |
tree | 5353bcfed0d4e05b314734a7843d97bd91c0d6a8 /documentation/overview-manual/concepts.rst | |
parent | 4fefecd2719f067a24255222b571f694a1aaca07 (diff) | |
download | poky-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.rst | 2 |
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 | |||
805 | compile the source code. Once compilation occurs, the files are copied | 805 | compile the source code. Once compilation occurs, the files are copied |
806 | to a holding area (staged) in preparation for packaging: | 806 | to 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 | ||
811 | This step in the build process consists of the following tasks: | 811 | This step in the build process consists of the following tasks: |