[oe] [PATCH 06/11] toolchain-layer: Add LAYERVERSION and LAYERDEPENDS

Armin Kuster akuster808 at gmail.com
Fri Jan 23 22:53:46 UTC 2015


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>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Armin Kuster <akuster808 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"
-- 
1.9.1




More information about the Openembedded-devel mailing list