diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-03 08:15:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-04 14:08:17 +0100 |
commit | f0db0f6627337916499708aa21188569de00dd34 (patch) | |
tree | f681e77d643be203110d80d971e4df9833b4e703 /documentation | |
parent | 8db439addcdc09b95bc2a53168b5fd1e44bebde1 (diff) | |
download | poky-f0db0f6627337916499708aa21188569de00dd34.tar.gz |
documentation: dev-manual - updated LCONF_VERSION in the example.
The current setting was changed from "1" to "6".
(From yocto-docs rev: 7f5be4b0b2d1e17add774c7ba3b8803ad770a8fc)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 59ceed7dd8..8f09e968d9 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -211,7 +211,7 @@ | |||
211 | <link linkend='build-directory'>build directory</link>. | 211 | <link linkend='build-directory'>build directory</link>. |
212 | The following example shows how to enable a layer named <filename>meta-mylayer</filename>: | 212 | The following example shows how to enable a layer named <filename>meta-mylayer</filename>: |
213 | <literallayout class='monospaced'> | 213 | <literallayout class='monospaced'> |
214 | LCONF_VERSION = "1" | 214 | LCONF_VERSION = "6" |
215 | 215 | ||
216 | BBFILES ?= "" | 216 | BBFILES ?= "" |
217 | BBLAYERS = " \ | 217 | BBLAYERS = " \ |