summaryrefslogtreecommitdiff
path: root/meta-quanta
diff options
context:
space:
mode:
authorJoseph Liu <kwliu@nuvoton.com>2019-09-16 09:20:27 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-09-16 14:41:13 +0300
commit59de630725b55a99f8c0f9d823b6987decaa27a5 (patch)
treecba3d34e6791149742ba062215cbe46024bbc5c5 /meta-quanta
parent1282039d5fbe1c720a84021ea9e5db27795dc309 (diff)
downloadopenbmc-59de630725b55a99f8c0f9d823b6987decaa27a5.tar.xz
meta-runbmc-nuvoton: 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-quanta rev: 9bcdc320a7d1f049ea703de4dbecbc8013bfa2e5) Signed-off-by: Joseph Liu <kwliu@nuvoton.com> Change-Id: Id6d2d050d43fc0fa0b90497a91be22e008e7f7b3 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-quanta')
-rw-r--r--meta-quanta/meta-runbmc-nuvoton/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-quanta/meta-runbmc-nuvoton/conf/layer.conf b/meta-quanta/meta-runbmc-nuvoton/conf/layer.conf
index e5aca0ef89..2be0f0cbc0 100644
--- a/meta-quanta/meta-runbmc-nuvoton/conf/layer.conf
+++ b/meta-quanta/meta-runbmc-nuvoton/conf/layer.conf
@@ -6,5 +6,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "runbmc-nuvoton-layer"
-BBFILE_PATTERN_runbmc-nuvoton-layer = ""
+BBFILE_PATTERN_runbmc-nuvoton-layer := "^${LAYERDIR}/"
LAYERSERIES_COMPAT_runbmc-nuvoton-layer = "thud warrior"