diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-08-09 16:13:52 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 13:18:57 +0100 |
commit | e0fa185bf6e059104253610621b446cc3c56c692 (patch) | |
tree | 9fef0bf1488a0695cc253bd38f682b5713081ce1 /documentation/yocto-project-qs/yocto-project-qs.xml | |
parent | 198d34d44fe7705495f41a6065b9fa08395ee7ea (diff) | |
download | poky-e0fa185bf6e059104253610621b446cc3c56c692.tar.gz |
yocto-project-qs: Fixed path typo for a download.
Fixes [YOCTO #4996]
In section "Building an Image" the first Tip box has example
file location "poky-dylan-9.0-build/conf/local.conf". It should
be "poky-dylan-9.0/build/conf/local.conf".
This particular error had propagated into 1.4.1 and 1.4.2. I have
fixed all versions. This commit though is for the dylan HEAD, which
will show up with the 1.4.2 release. The best I could do for
1.4 and 1.4.1 was to pull local versions of the branch, fix,
rebuild and push to the website.
Reported-by: Juuso Korhonen <korhonen.jusso1@gmail.com>
(From yocto-docs rev: 8c42b68a4632ad9300232501c45fae61edd37475)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 7b8fdb5b69..dc12f84db7 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -414,7 +414,7 @@ | |||
414 | <tip><para> | 414 | <tip><para> |
415 | To help conserve disk space during builds, you can add the following statement | 415 | To help conserve disk space during builds, you can add the following statement |
416 | to your project's configuration file, which for this example | 416 | to your project's configuration file, which for this example |
417 | is <filename>&YOCTO_POKY;-build/conf/local.conf</filename>. | 417 | is <filename>&YOCTO_POKY;/build/conf/local.conf</filename>. |
418 | Adding this statement deletes the work directory used for building a package | 418 | Adding this statement deletes the work directory used for building a package |
419 | once the package is built. | 419 | once the package is built. |
420 | <literallayout class='monospaced'> | 420 | <literallayout class='monospaced'> |