summaryrefslogtreecommitdiff
path: root/meta-facebook/conf
diff options
context:
space:
mode:
authorWilfred Smith [Facebook] <wilfredsmith@fb.com>2019-09-12 21:55:03 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-17 02:06:27 +0300
commita6f4dd0e39dbfa9b008e10554326cf8e5b9d1e27 (patch)
tree7ad23b7a1217c0379b7eabed6a53f958546b675e /meta-facebook/conf
parenta00b1c99086cc96be3e0a6479b609f574524fd2b (diff)
downloadopenbmc-a6f4dd0e39dbfa9b008e10554326cf8e5b9d1e27.tar.xz
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] <wilfredsmith@fb.com> Change-Id: I6eee6568b8ab00963d6eac72f9cd48ae716af26e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-facebook/conf')
-rw-r--r--meta-facebook/conf/layer.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-facebook/conf/layer.conf b/meta-facebook/conf/layer.conf
index 3e5c15cb9..af9ff5f59 100644
--- a/meta-facebook/conf/layer.conf
+++ b/meta-facebook/conf/layer.conf
@@ -6,5 +6,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "facebook-layer"
-BBFILE_PATTERN_facebook-layer = ""
-LAYERSERIES_COMPAT_facebook-layer = "thud warrior"
+BBFILE_PATTERN_facebook-layer := "^${LAYERDIR}/"
+LAYERSERIES_COMPAT_facebook-layer := "thud warrior"