From 516c5150fcb90907906c96a8c92396806b64e6ae Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 26 Nov 2014 00:42:05 -0500 Subject: toolchain-layer: Add LAYERVERSION and LAYERDEPENDS According to README, it depends on oe-core layer Signed-off-by: Jackie Huang Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- 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 ca81eb148a..b377f12360 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" -- cgit v1.2.3-54-g00ecf