diff options
| -rw-r--r-- | toolchain-layer/conf/layer.conf | 5 |
1 files changed, 5 insertions, 0 deletions
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}/" | |||
| 23 | 23 | ||
| 24 | BBFILE_PRIORITY_toolchain-layer = "6" | 24 | BBFILE_PRIORITY_toolchain-layer = "6" |
| 25 | 25 | ||
| 26 | # This should only be incremented on significant changes that will | ||
| 27 | # cause compatibility issues with other layers | ||
| 28 | LAYERVERSION_toolchain-layer = "1" | ||
| 29 | |||
| 30 | LAYERDEPENDS_toolchain-layer = "core" | ||
