From d8b27b6662139911ca917a86f04f798c6eab69c9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 9 Feb 2012 17:02:46 -0600 Subject: documentation/dev-manual/dev-manual-common-tasks.xml: Edits for links. (From yocto-docs rev: f3a72e580eadca90d0f9f5d4173a3cb6da1579cd) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'documentation/dev-manual') 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 -- cgit v1.2.3-54-g00ecf