summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2021-09-06 14:03:54 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-18 13:03:45 +0100
commita98e336d7d0dd1b0f39976904b6b89cd3b0fa4f9 (patch)
tree02cb0e035742c44b8de5ebb26bd59b34a61aa586 /documentation
parentb16279603f804a33ea18e285b9860876ebb935ad (diff)
downloadpoky-a98e336d7d0dd1b0f39976904b6b89cd3b0fa4f9.tar.gz
ref-manual: correct typo in "classes" section, "${BPN}/{PV}"
(From yocto-docs rev: 28a72c5a1cc873b455d7854065e1f999e6c5b7a5) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/classes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 3af023895e..1b685370c4 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -543,7 +543,7 @@ which the OpenEmbedded build system places the generated objects built
543from the recipes. By default, the :term:`B` directory is set to the 543from the recipes. By default, the :term:`B` directory is set to the
544following, which is separate from the source directory (:term:`S`):: 544following, which is separate from the source directory (:term:`S`)::
545 545
546 ${WORKDIR}/${BPN}/{PV}/ 546 ${WORKDIR}/${BPN}-{PV}/
547 547
548See these variables for more information: 548See these variables for more information:
549:term:`WORKDIR`, :term:`BPN`, and 549:term:`WORKDIR`, :term:`BPN`, and