summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-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"