layer.conf: Add LAYERVERSION and LAYERDEPENDS
authorwenzong.fan@windriver.com <wenzong.fan@windriver.com>
Mon, 11 Mar 2013 08:06:02 +0000 (16:06 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Mar 2013 13:18:23 +0000 (13:18 +0000)
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>
meta-hob/conf/layer.conf
meta-skeleton/conf/layer.conf

index 5f5eb82..ea977e2 100644 (file)
@@ -7,3 +7,9 @@ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb"
 BBFILE_COLLECTIONS += "hob"
 BBFILE_PATTERN_hob := "^${LAYERDIR}/"
 BBFILE_PRIORITY_hob = "1"
+
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_hob = "1"
+
+LAYERDEPENDS_hob = "core"
index edb31dd..4cf4767 100644 (file)
@@ -8,3 +8,8 @@ BBFILE_COLLECTIONS += "skeleton"
 BBFILE_PATTERN_skeleton := "^${LAYERDIR}/"
 BBFILE_PRIORITY_skeleton = "1"
 
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_skeleton = "1"
+
+LAYERDEPENDS_skeleton = "core"