diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-11 14:31:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-24 17:32:34 +0000 |
commit | 2d843491f3a31f17db7a99ff4262f16cbd424a32 (patch) | |
tree | f6817d361ceead7bfcd78271b731a0d851828da5 /documentation/overview-manual | |
parent | bfcd4d10a69963eaad62ad234b61c4ee33d9471b (diff) | |
download | poky-2d843491f3a31f17db7a99ff4262f16cbd424a32.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: 569c707c69a7a858553e40b26cb36db18f2a42fc)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-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 f0e2eb2249..ccbe2f47fd 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 | ||