summaryrefslogtreecommitdiffstats
path: root/meta-networking/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/conf/layer.conf')
-rw-r--r--meta-networking/conf/layer.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
index 1ea2bc2ea..f75080a4c 100644
--- a/meta-networking/conf/layer.conf
+++ b/meta-networking/conf/layer.conf
@@ -9,3 +9,8 @@ BBFILE_COLLECTIONS += "networking"
9BBFILE_PATTERN_networking := "^${LAYERDIR}/" 9BBFILE_PATTERN_networking := "^${LAYERDIR}/"
10BBFILE_PRIORITY_networking = "5" 10BBFILE_PRIORITY_networking = "5"
11 11
12# This should only be incremented on significant changes that will
13# cause compatibility issues with other layers
14LAYERVERSION_networking = "1"
15
16LAYERDEPENDS_networking = "core"