summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-02-22 13:33:48 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:08:00 -0800
commitee69fb57825cac80fa6fa71b95e772d772862bd7 (patch)
treee5dbc42765098fef53fa5ed06776671ec08a546d /documentation
parenta72bea5bf543b2bc99ede65396deab96c7d18df1 (diff)
downloadpoky-ee69fb57825cac80fa6fa71b95e772d772862bd7.tar.gz
documentation/dev-manual/dev-manual-common-tasks.xml: bblayer.conf edit
changed bblayer.conf to conf/bblayer.conf and also correctly referred to the Yocto Project Build Directory. Reported-by: Paul Eggleton <paul.eggleton@intel.com> (From yocto-docs rev: 64dffc2a4e587f198d44b0ed0cea269bfa16d3be) 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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 93ac31c0d5..ec9b2183e9 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1475,8 +1475,8 @@ so that there are some definite steps on how to do this. I need more detail her
1475 To enable a layer, you simply add the layer's path to the 1475 To enable a layer, you simply add the layer's path to the
1476 <filename><ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#var-BBLAYERS'>BBLAYERS</ulink></filename> 1476 <filename><ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#var-BBLAYERS'>BBLAYERS</ulink></filename>
1477 variable in your 1477 variable in your
1478 <filename>bblayers.conf</filename> file, which is found in the Yocto Project file's 1478 <filename>conf/bblayers.conf</filename> file, which is found in the
1479 build directory. 1479 <link linkend='yocto-project-build-directory'>Yocto Project Build Directory</link>.
1480 The following example shows how to enable the <filename>meta-rt</filename>: 1480 The following example shows how to enable the <filename>meta-rt</filename>:
1481 <literallayout class='monospaced'> 1481 <literallayout class='monospaced'>
1482 LCONF_VERSION = "1" 1482 LCONF_VERSION = "1"