diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-11 14:31:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-25 12:37:57 +0100 |
commit | abf5cda84cb21d13647efedf634852e22ed93778 (patch) | |
tree | 08ca91995ca6d587cfa259bd3f5f418224b6b8da /documentation | |
parent | a10c7a4eb9e069c14fc5b944d372c69e3c0aa1d4 (diff) | |
download | poky-abf5cda84cb21d13647efedf634852e22ed93778.tar.gz |
overview-manual/concepts: remove PR from the build dir list
PR was removed by cc83e4548465 ("bitbake.conf: Drop PE and PR from
WORKDIR and STAMP") on OE-Core.
(From yocto-docs rev: 05a7235cfa9a3d899395c80a1a8caae8b3b3eba9)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit d7a1038ee7c8c463623f0996963f9e8f29d40555)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 4d406abb4c..833d6c8ab7 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -736,9 +736,6 @@ following list describe the :term:`Build Directory`'s hierarchy: | |||
736 | - :term:`PV`: The version of the | 736 | - :term:`PV`: The version of the |
737 | recipe used to build the package. | 737 | recipe used to build the package. |
738 | 738 | ||
739 | - :term:`PR`: The revision of the | ||
740 | recipe used to build the package. | ||
741 | |||
742 | - :term:`S`: Contains the unpacked source | 739 | - :term:`S`: Contains the unpacked source |
743 | files for a given recipe. | 740 | files for a given recipe. |
744 | 741 | ||