From a6f4dd0e39dbfa9b008e10554326cf8e5b9d1e27 Mon Sep 17 00:00:00 2001 From: "Wilfred Smith [Facebook]" Date: Thu, 12 Sep 2019 11:55:03 -0700 Subject: Cure Bitbake warnings These trivial updates are intended to cure the following Bitbake warnings: WARNING: Layer tiogapass-layer should set LAYERSERIES_COMPAT_tiogapass-layer in its conf/layer.conf file to list the core layer names it is compatible with. WARNING: No bb files matched BBFILE_PATTERN_tiogapass-layer '' Compatibility was previously not specified. Also, the BBFILE_PATTERN did not point to the layer directory. A warning will still be generated regarding no BB files at the Facebook layer because there aren't any present at this time. However, this patch makes it look in the correct place when there are BB files present. (From meta-facebook rev: c0d6c3eeaa6bc45815d86aee5d0721461442a418) Signed-off-by: Wilfred Smith [Facebook] Change-Id: I6eee6568b8ab00963d6eac72f9cd48ae716af26e Signed-off-by: Brad Bishop --- meta-facebook/meta-tiogapass/conf/layer.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-facebook/meta-tiogapass/conf/layer.conf') diff --git a/meta-facebook/meta-tiogapass/conf/layer.conf b/meta-facebook/meta-tiogapass/conf/layer.conf index e0be0649d..1b01364d0 100644 --- a/meta-facebook/meta-tiogapass/conf/layer.conf +++ b/meta-facebook/meta-tiogapass/conf/layer.conf @@ -6,4 +6,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "tiogapass-layer" -BBFILE_PATTERN_tiogapass-layer = "" +BBFILE_PATTERN_tiogapass-layer := "^${LAYERDIR}/" + +LAYERSERIES_COMPAT_tiogapass-layer := "thud warrior" \ No newline at end of file -- cgit v1.2.3