diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2015-03-04 06:48:01 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-06 10:44:41 +0000 |
commit | 551edbdee67cdf017a9d546062a33c4445a90ed5 (patch) | |
tree | bf64a16db65597672358ce7a5e7fa6508e315ecf | |
parent | a79cdb51b879988aa56a2b3fc419ac110425e8a4 (diff) | |
download | poky-551edbdee67cdf017a9d546062a33c4445a90ed5.tar.gz |
kernel-dev: Update name of build directory
Tweak the manual to refer to the name of the kernel build directory as
it is listed precisely in linux-yocto.inc.
(From yocto-docs rev: f8c762e42a67bd84b733a5ae2512581af805a76b)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 633a233e65..be53c965ef 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
@@ -326,7 +326,7 @@ | |||
326 | The resulting <filename>.config</filename> file is | 326 | The resulting <filename>.config</filename> file is |
327 | located in | 327 | located in |
328 | <filename>${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink><filename>}</filename> under the | 328 | <filename>${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-WORKDIR'><filename>WORKDIR</filename></ulink><filename>}</filename> under the |
329 | <filename>linux-${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink><filename>}-${<ulink url='&YOCTO_DOCS_REF_URL;#var-KTYPE'><filename>KTYPE</filename></ulink>}-build</filename> directory. | 329 | <filename>linux-${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PACKAGE_ARCH'><filename>PACKAGE_ARCH</filename></ulink><filename>}-${<ulink url='&YOCTO_DOCS_REF_URL;#var-LINUX_KERNEL_TYPE'><filename>LINUX_KERNEL_TYPE</filename></ulink>}-build</filename> directory. |
330 | You can use the entire <filename>.config</filename> file as the | 330 | You can use the entire <filename>.config</filename> file as the |
331 | <filename>defconfig</filename> file as described in the | 331 | <filename>defconfig</filename> file as described in the |
332 | "<link linkend='changing-the-configuration'>Changing the Configuration</link>" section. | 332 | "<link linkend='changing-the-configuration'>Changing the Configuration</link>" section. |