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

git at git.openembedded.org git at git.openembedded.org
Fri Nov 28 12:42:14 UTC 2014


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

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

toolchain-layer: 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>

---

 toolchain-layer/conf/layer.conf | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/toolchain-layer/conf/layer.conf b/toolchain-layer/conf/layer.conf
index ca81eb1..b377f12 100644
--- a/toolchain-layer/conf/layer.conf
+++ b/toolchain-layer/conf/layer.conf
@@ -23,3 +23,8 @@ BBFILE_PATTERN_toolchain-layer := "^${LAYERDIR}/"
 
 BBFILE_PRIORITY_toolchain-layer = "6"
 
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_toolchain-layer = "1"
+
+LAYERDEPENDS_toolchain-layer = "core"



More information about the Openembedded-commits mailing list