summaryrefslogtreecommitdiffstats
path: root/toolchain-layer/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain-layer/conf/layer.conf')
-rw-r--r--toolchain-layer/conf/layer.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain-layer/conf/layer.conf b/toolchain-layer/conf/layer.conf
index ca81eb148..b377f1236 100644
--- a/toolchain-layer/conf/layer.conf
+++ b/toolchain-layer/conf/layer.conf
@@ -23,3 +23,8 @@ BBFILE_PATTERN_toolchain-layer := "^${LAYERDIR}/"
23 23
24BBFILE_PRIORITY_toolchain-layer = "6" 24BBFILE_PRIORITY_toolchain-layer = "6"
25 25
26# This should only be incremented on significant changes that will
27# cause compatibility issues with other layers
28LAYERVERSION_toolchain-layer = "1"
29
30LAYERDEPENDS_toolchain-layer = "core"