summaryrefslogtreecommitdiff
path: root/meta-ingrasys
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-05-08 00:52:24 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-09 02:43:44 +0300
commit06387b0388e1729794c35af186b7ce49849c58e9 (patch)
tree186d932dd7258bbb5475a24e9390f4b565723c4c /meta-ingrasys
parent2926105a8152272a5eb2ef6569c0eca78d866277 (diff)
downloadopenbmc-06387b0388e1729794c35af186b7ce49849c58e9.tar.xz
meta-ingrasys: zaius: set BBFILE_PATTERN
Bitbake uses this regex to associate recipes and bbappends from BBFILES (which contains recipes and bbappends from -all- layers listed in bblayers.conf) to this layer. The association is then used to map the BBFILE_PRIORITY value for this layer onto the recipes provided by this layer. BBFILE_PRIORITY is used to determine which recipe to use when the same recipe appears in multiple layers. Without BBFILE_PATTERN set, recipes in this layer will get a default priority and not the priority specified in BBFILE_PRIORITY. This layer doesn't set a priority anyway, so functionally this patch is a noop but it is an improvement from a correctness standpoint, and it makes a warning go away. (From meta-ingrasys rev: 67480036566266a3501bf42e230b5a0c0b7fd82e) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I9e9075907fe994606a09fd6965888e9585463381 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ingrasys')
-rw-r--r--meta-ingrasys/meta-zaius/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ingrasys/meta-zaius/conf/layer.conf b/meta-ingrasys/meta-zaius/conf/layer.conf
index 174f7ef7b..5131c3491 100644
--- a/meta-ingrasys/meta-zaius/conf/layer.conf
+++ b/meta-ingrasys/meta-zaius/conf/layer.conf
@@ -6,5 +6,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "zaius"
-BBFILE_PATTERN_zaius = ""
+BBFILE_PATTERN_zaius := "^${LAYERDIR}/"
LAYERSERIES_COMPAT_zaius = "thud warrior"