diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 90a4f3876f..e16b9e79a4 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
@@ -477,9 +477,9 @@ | |||
477 | the <filename>compile</filename>. | 477 | the <filename>compile</filename>. |
478 | Once compilation is successful, you can inspect and test | 478 | Once compilation is successful, you can inspect and test |
479 | the resulting build (i.e. kernel, modules, and so forth) from | 479 | the resulting build (i.e. kernel, modules, and so forth) from |
480 | the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>: | 480 | the following build directory: |
481 | <literallayout class='monospaced'> | 481 | <literallayout class='monospaced'> |
482 | ${WORKDIR}/linux-${MACHINE}-${KTYPE}-build | 482 | ${WORKDIR}/linux-${PACKAGE_ARCH}-${LINUX_KERNEL_TYPE}-build |
483 | </literallayout> | 483 | </literallayout> |
484 | Alternatively, you can run the <filename>deploy</filename> | 484 | Alternatively, you can run the <filename>deploy</filename> |
485 | command to place the kernel image in the | 485 | command to place the kernel image in the |