diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-10-29 16:39:25 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-01 17:09:57 +0000 |
| commit | f5180d75e1a722accd73f4f608ba4e9ce1c466a6 (patch) | |
| tree | 3781821e26356107af0b4d28b140dc5804ea27db | |
| parent | 43469cd8adfb8844a15360fa01525d9165353270 (diff) | |
| download | poky-f5180d75e1a722accd73f4f608ba4e9ce1c466a6.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: bf77d70789f85400e2d6be7e4e32475506183217)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 5 |
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 a4b1c824dc..9937986062 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> |
