[oe] [meta-webserver][PATCH 1/1] meta-webserver: Add LAYERVERSION and LAYERDEPENDS

Mark Hatle mark.hatle at windriver.com
Tue Nov 19 22:11:02 UTC 2013


From: Wenzong Fan <wenzong.fan at windriver.com>

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"
-- 
1.8.1.2.545.g2f19ada




More information about the Openembedded-devel mailing list