[oe] [PATCH 05/13] toolchain-layer: Add LAYERVERSION and LAYERDEPENDS

jackie.huang at windriver.com jackie.huang at windriver.com
Wed Nov 26 05:42:05 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>
---
 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.7.9.5




More information about the Openembedded-devel mailing list