From 9036bc090c771c710796e3690da59d3ebb96dcf1 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Tue, 11 Mar 2025 14:31:06 +0100 Subject: [PATCH] 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: 56db4fd81f6235428bef9e46a61c11ca0ba89733) Signed-off-by: Antonin Godard (cherry picked from commit d7a1038ee7c8c463623f0996963f9e8f29d40555) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/overview-manual/concepts.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 70766559f8..b77cb731fb 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.