diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index fa50832284..d37f94e74a 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -764,10 +764,12 @@ so that there are some definite steps on how to do this. I need more detail her During a build, this temporary source code is available in the Yocto - Project build directory, which is defined by the TMPDIR variable. - The actual location within the build directory - for the package source code depends on the package name and - the architecture of the target device. + Project build directory, which is defined by the + TMPDIR variable. + The actual location within the build directory for the package source code + is defined by the + WORKDIR + variable and depends on the package name and the architecture of the target device. Here is the source code location for packages that are not target device-dependent: ${TMPDIR}/work/${PACKAGE_ARCH}-poky-${TARGET_OS}/${PN}-${PV}-${PR} @@ -777,7 +779,7 @@ so that there are some definite steps on how to do this. I need more detail her is an example temporary package source code location for the v86d package: - ~/poky/build/tmp/work/qemux86-poky-linux/v86-01.9-r0 + ~/poky/build/tmp/work/qemux86-poky-linux/v86d-01.9-r0