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