[oe-commits] Jackie Huang : meta-oe: Add LAYERVERSION and LAYERDEPENDS

git at git.openembedded.org git at git.openembedded.org
Fri Nov 28 12:46:30 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 5f74262cabb414a1a6000ab6b2d3ba2c92e2a7ff
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=5f74262cabb414a1a6000ab6b2d3ba2c92e2a7ff

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Wed Nov 26 00:42:01 2014 -0500

meta-oe: Add LAYERVERSION and LAYERDEPENDS

According to README, it depends on oe-core layer

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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 += " \



More information about the Openembedded-commits mailing list