mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
kernel-dev: Updated "Modifying Source Code" section.
Substituted a more correct build directory path in the
example by providing
"${WORKDIR}/linux-${PACKAGE_ARCH}-${LINUX_KERNEL_TYPE}-build"
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: 818493d7ee5fc6c1750f20e5cea22a3816c8675c)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
86f4cf8faf
commit
82ad008cd2
@@ -477,9 +477,9 @@
|
|||||||
the <filename>compile</filename>.
|
the <filename>compile</filename>.
|
||||||
Once compilation is successful, you can inspect and test
|
Once compilation is successful, you can inspect and test
|
||||||
the resulting build (i.e. kernel, modules, and so forth) from
|
the resulting build (i.e. kernel, modules, and so forth) from
|
||||||
the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>:
|
the following build directory:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
${WORKDIR}/linux-${MACHINE}-${KTYPE}-build
|
${WORKDIR}/linux-${PACKAGE_ARCH}-${LINUX_KERNEL_TYPE}-build
|
||||||
</literallayout>
|
</literallayout>
|
||||||
Alternatively, you can run the <filename>deploy</filename>
|
Alternatively, you can run the <filename>deploy</filename>
|
||||||
command to place the kernel image in the
|
command to place the kernel image in the
|
||||||
|
|||||||
Reference in New Issue
Block a user