summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/conf/layer.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
index 14eb048e4..39c2cebf5 100644
--- a/meta-networking/conf/layer.conf
+++ b/meta-networking/conf/layer.conf
@@ -5,14 +5,14 @@ BBPATH .= ":${LAYERDIR}"
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ 5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend" 6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7 7
8BBFILE_COLLECTIONS += "networking" 8BBFILE_COLLECTIONS += "networking-layer"
9BBFILE_PATTERN_networking := "^${LAYERDIR}/" 9BBFILE_PATTERN_networking-layer := "^${LAYERDIR}/"
10BBFILE_PRIORITY_networking = "5" 10BBFILE_PRIORITY_networking-layer = "5"
11 11
12# This should only be incremented on significant changes that will 12# This should only be incremented on significant changes that will
13# cause compatibility issues with other layers 13# cause compatibility issues with other layers
14LAYERVERSION_networking = "1" 14LAYERVERSION_networking-layer = "1"
15 15
16LAYERDEPENDS_networking = "core" 16LAYERDEPENDS_networking-layer = "core"
17 17
18LICENSE_PATH += "${LAYERDIR}/licenses" 18LICENSE_PATH += "${LAYERDIR}/licenses"