summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2021-05-05 09:43:14 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2021-05-05 10:01:48 +0200
commit1096e80c36018df986a09b94eb4c9c195898feaa (patch)
treedf6c111e7902e24feaf407b5cf70acbd09f0721c
parent95b2dc94cc0bd4eaa6fb45df34768ee27c75f66f (diff)
downloadmeta-nfv-access-bsp-common-1096e80c36018df986a09b94eb4c9c195898feaa.tar.gz
layer.conf: LAYERSERIES_COMPAT: add gatesgarth
While at it, silence a warning about BBFILE_PATTERN not matching any files, it's expected since this layer only has .inc files and no .bb or .bbappend files. Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> Change-Id: I9c9557ebc6a9ccaf4708f13f8e57c011b1eed6e3
-rw-r--r--conf/layer.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 3d4823f..bad5736 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,4 +9,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
9 9
10BBFILE_COLLECTIONS += "nfv-access-bsp-common" 10BBFILE_COLLECTIONS += "nfv-access-bsp-common"
11BBFILE_PATTERN_nfv-access-bsp-common = "^${LAYERDIR}/" 11BBFILE_PATTERN_nfv-access-bsp-common = "^${LAYERDIR}/"
12BBFILE_PATTERN_IGNORE_EMPTY_nfv-access-bsp-common = "1"
12BBFILE_PRIORITY_nfv-access-bsp-common = "5" 13BBFILE_PRIORITY_nfv-access-bsp-common = "5"
14
15LAYERSERIES_COMPAT_nfv-access-bsp-common = "gatesgarth"