diff mbox series

[v2,5/6] overview-manual/concepts: remove PR from the build dir list

Message ID 20250311-overview-figures-v2-5-63f0c89fab98@bootlin.com
State Under Review
Headers show
Series Updates around the UNPACKDIR variable | expand

Commit Message

Antonin Godard March 11, 2025, 1:31 p.m. UTC
From: Antonin Godard <antonin.godard@bootlin.com>

PR was removed by cc83e4548465 ("bitbake.conf: Drop PE and PR from
WORKDIR and STAMP") on OE-Core.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/overview-manual/concepts.rst | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index f0e2eb224..ccbe2f47f 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:
    -  :term:`PV`: The version of the
       recipe used to build the package.
 
-   -  :term:`PR`: The revision of the
-      recipe used to build the package.
-
 -  :term:`S`: Contains the unpacked source
    files for a given recipe.