[oe] [PATCH 01/13] meta-oe: Add LAYERVERSION and LAYERDEPENDS

jackie.huang at windriver.com jackie.huang at windriver.com
Wed Nov 26 05:42:01 UTC 2014


From: Jackie Huang <jackie.huang at windriver.com>

According to README, it depends on oe-core layer

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta-oe/conf/layer.conf |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
index 2a5a428..e2a89cd 100644
--- a/meta-oe/conf/layer.conf
+++ b/meta-oe/conf/layer.conf
@@ -23,6 +23,12 @@ BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/"
 
 BBFILE_PRIORITY_openembedded-layer = "6"
 
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_openembedded-layer = "1"
+
+LAYERDEPENDS_openembedded-layer = "core"
+
 LICENSE_PATH += "${LAYERDIR}/licenses"
 
 SIGGEN_EXCLUDERECIPES_ABISAFE += " \
-- 
1.7.9.5




More information about the Openembedded-devel mailing list