summaryrefslogtreecommitdiffstats
path: root/meta-skeleton
diff options
context:
space:
mode:
authorwenzong.fan@windriver.com <wenzong.fan@windriver.com>2013-03-11 16:06:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-18 13:18:23 +0000
commitbac00405500c48c2f7eb50ec057bcd1bc22c5023 (patch)
tree19a8c0ecfb22c5cb0a7b7bb9fefa1212091d8d24 /meta-skeleton
parentfde198b76dd03b09e7d33e37a53310d293d8f259 (diff)
downloadpoky-bac00405500c48c2f7eb50ec057bcd1bc22c5023.tar.gz
layer.conf: Add LAYERVERSION and LAYERDEPENDS
Add LAYERVERSION and LAYERDEPENDS to following oe-core layers: meta-hob, meta-skeleton (From OE-Core rev: 8d868a9b64b460aa38462115bbb17634544c71cc) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton')
-rw-r--r--meta-skeleton/conf/layer.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-skeleton/conf/layer.conf b/meta-skeleton/conf/layer.conf
index edb31dd89a..4cf476711d 100644
--- a/meta-skeleton/conf/layer.conf
+++ b/meta-skeleton/conf/layer.conf
@@ -8,3 +8,8 @@ BBFILE_COLLECTIONS += "skeleton"
8BBFILE_PATTERN_skeleton := "^${LAYERDIR}/" 8BBFILE_PATTERN_skeleton := "^${LAYERDIR}/"
9BBFILE_PRIORITY_skeleton = "1" 9BBFILE_PRIORITY_skeleton = "1"
10 10
11# This should only be incremented on significant changes that will
12# cause compatibility issues with other layers
13LAYERVERSION_skeleton = "1"
14
15LAYERDEPENDS_skeleton = "core"