diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index c675a373bf..893c9e55e4 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -775,11 +775,18 @@ so that there are some definite steps on how to do this. I need more detail her
defined by the
S variable.
Below is the default value for the S variable as defined in the
- /conf/local.conf configuration file in the Yocto
- Project's Build Directory:
+ meta/conf/bitbake.conf configuration file in the
+ Yocto Project Files:
- S = ${WORKDIR}/${PN}-${PV}
+ S = ${WORKDIR}/${BP}
+
+ BP represents the "Base Package", which is the base package
+ name and the package version:
+
+ BP = ${BPN}-${PV}
+
+