From f5180d75e1a722accd73f4f608ba4e9ce1c466a6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 29 Oct 2013 16:39:25 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'documentation') 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 -- cgit v1.2.3-54-g00ecf