summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-10-29 16:39:25 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 17:46:47 +0000
commitbc12d35a7f5c0fb9623a681e5dc3a1c20edea4e3 (patch)
tree3f62ca8f8e92091b226e7a7a14866a2c9475db61 /documentation/dev-manual
parent2a66460caeea367bb85314266e7c57a174d1b456 (diff)
downloadpoky-bc12d35a7f5c0fb9623a681e5dc3a1c20edea4e3.tar.gz
dev-manual: Updated the layer.conf example
The meta-yocto-bsp/conf/layer.conf example had gone stale. I updated it. (From yocto-docs rev: d77ea0f078675b227a018a57574f5512629c8afb) 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.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index d617bf545a..66b862b177 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -150,6 +150,7 @@
150 BBFILE_COLLECTIONS += "yoctobsp" 150 BBFILE_COLLECTIONS += "yoctobsp"
151 BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/" 151 BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/"
152 BBFILE_PRIORITY_yoctobsp = "5" 152 BBFILE_PRIORITY_yoctobsp = "5"
153 LAYERVERSION_yoctobsp = "2"
153 </literallayout></para> 154 </literallayout></para>
154 <para>Here is an explanation of the example: 155 <para>Here is an explanation of the example:
155 <itemizedlist> 156 <itemizedlist>
@@ -194,6 +195,10 @@
194 where the same package might appear in multiple 195 where the same package might appear in multiple
195 layers and allows you to choose what layer 196 layers and allows you to choose what layer
196 should take precedence.</para></listitem> 197 should take precedence.</para></listitem>
198 <listitem><para>The
199 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-LAYERVERSION'>LAYERVERSION</ulink></filename>
200 variable optionally specifies the version of a
201 layer as a single number.</para></listitem>
197 </itemizedlist></para> 202 </itemizedlist></para>
198 <para>Note the use of the 203 <para>Note the use of the
199 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-LAYERDIR'>LAYERDIR</ulink></filename> 204 <filename><ulink url='&YOCTO_DOCS_REF_URL;#var-LAYERDIR'>LAYERDIR</ulink></filename>