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 @@
BBFILE_COLLECTIONS += "yoctobsp"
BBFILE_PATTERN_yoctobsp = "^${LAYERDIR}/"
BBFILE_PRIORITY_yoctobsp = "5"
+ LAYERVERSION_yoctobsp = "2"
Here is an explanation of the example:
@@ -194,6 +195,10 @@
where the same package might appear in multiple
layers and allows you to choose what layer
should take precedence.
+ The
+ LAYERVERSION
+ variable optionally specifies the version of a
+ layer as a single number.
Note the use of the
LAYERDIR