[oe-commits] Wenzong Fan : meta-webserver: Add LAYERVERSION and LAYERDEPENDS

git at git.openembedded.org git at git.openembedded.org
Fri Nov 22 11:28:53 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: c94ca65829c4bd00b2ec4aef48b9435664d2208e
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c94ca65829c4bd00b2ec4aef48b9435664d2208e

Author: Wenzong Fan <wenzong.fan at windriver.com>
Date:   Tue Nov 19 16:11:02 2013 -0600

meta-webserver: Add LAYERVERSION and LAYERDEPENDS

Add LAYERVERSION and LAYERDEPENDS to layer.conf

Signed-off-by: Wenzong Fan <wenzong.fan at windriver.com>
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Mark Hatle <mark.hatle at windriver.com>

---

 meta-webserver/conf/layer.conf | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-webserver/conf/layer.conf b/meta-webserver/conf/layer.conf
index 6f1855b..d887b67 100644
--- a/meta-webserver/conf/layer.conf
+++ b/meta-webserver/conf/layer.conf
@@ -11,3 +11,8 @@ BBFILE_COLLECTIONS += "webserver"
 BBFILE_PATTERN_webserver := "^${LAYERDIR}/"
 BBFILE_PRIORITY_webserver = "6"
 
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_webserver = "1"
+
+LAYERDEPENDS_webserver = "core"



More information about the Openembedded-commits mailing list