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

wenzong.fan at windriver.com wenzong.fan at windriver.com
Mon Mar 11 09:38:54 UTC 2013


Add LAYERVERSION and LAYERDEPENDS to layer.conf

Signed-off-by: Wenzong Fan <wenzong.fan 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.7.10.4





More information about the Openembedded-devel mailing list