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(+) (limited to 'conf') 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 From e88b6da80b8a555aada2d4d79ec4048f747ee11d Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Mon, 14 Jun 2021 19:35:29 +0200 Subject: layer: compatible with hardknott Change-Id: I619a80dfefa502c55202fe3e629d3c84b7b7f4a6 Signed-off-by: Adrian Calianu --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index bad5736..98ce445 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,4 +12,4 @@ 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" +LAYERSERIES_COMPAT_nfv-access-bsp-common = "hardknott" -- cgit v1.2.3-54-g00ecf