From 1096e80c36018df986a09b94eb4c9c195898feaa Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 5 May 2021 09:43:14 +0200 Subject: 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 Change-Id: I9c9557ebc6a9ccaf4708f13f8e57c011b1eed6e3 --- conf/layer.conf | 3 +++ 1 file changed, 3 insertions(+) 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 \ BBFILE_COLLECTIONS += "nfv-access-bsp-common" BBFILE_PATTERN_nfv-access-bsp-common = "^${LAYERDIR}/" +BBFILE_PATTERN_IGNORE_EMPTY_nfv-access-bsp-common = "1" BBFILE_PRIORITY_nfv-access-bsp-common = "5" + +LAYERSERIES_COMPAT_nfv-access-bsp-common = "gatesgarth" -- cgit v1.2.3-54-g00ecf