From 92c8abf037b7fb637ad90447862999b73ede1b0f 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 --- toolchain-layer/conf/layer.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'toolchain-layer/conf') 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 1.2.3-korg