From c94ca65829c4bd00b2ec4aef48b9435664d2208e Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Tue, 19 Nov 2013 16:11:02 -0600 Subject: meta-webserver: Add LAYERVERSION and LAYERDEPENDS Add LAYERVERSION and LAYERDEPENDS to layer.conf Signed-off-by: Wenzong Fan Signed-off-by: Robert Yang Signed-off-by: Mark Hatle --- meta-webserver/conf/layer.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-webserver/conf') diff --git a/meta-webserver/conf/layer.conf b/meta-webserver/conf/layer.conf index 6f1855b8b9..d887b679b8 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" -- cgit 1.2.3-korg