[oe] [meta-java][PATCH 1/1] layer.conf: add LAYERVERSION and LAYERDEPENDS

Joe Slater jslater at windriver.com
Mon Nov 21 19:35:19 UTC 2016


Version "1", and only depend on "core".

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 conf/layer.conf |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/conf/layer.conf b/conf/layer.conf
index 84a4d89..0d92919 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -8,4 +8,10 @@ BBFILE_COLLECTIONS += "meta-java"
 BBFILE_PATTERN_meta-java := "^${LAYERDIR}/"
 BBFILE_PRIORITY_meta-java = "10"
 
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_meta-java = "1"
+
+LAYERDEPENDS_meta-java = "core"
+
 LICENSE_PATH += "${LAYERDIR}/licenses"
-- 
1.7.9.5




More information about the Openembedded-devel mailing list