summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-03 08:15:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-10 15:21:40 +0100
commitb5ad96f86bc226690a26bd501c21284dd1d66373 (patch)
tree5689e6fd3a74fd06a72e3a819b06ca11ef52267f /documentation/dev-manual
parent33dcf6960bbf60377872e9848fac04e343c280e7 (diff)
downloadpoky-b5ad96f86bc226690a26bd501c21284dd1d66373.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/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
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 = " \