summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gsj
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-05-08 00:55:01 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-09 02:43:00 +0300
commitba2a85c9a2baf795c14dfa5b4fd2cffa8ed46905 (patch)
tree1005c3503f86b81841e1e76bb98c38a74d0f9801 /meta-quanta/meta-gsj
parent5ef4dda8ec761fd2c92a114987e2b56cb821cb4f (diff)
downloadopenbmc-ba2a85c9a2baf795c14dfa5b4fd2cffa8ed46905.tar.xz
meta-quanta: gsj: 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: 029742e6738abb943ebe74681435df99f31f4e72) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ia0c21a2353f7d8e60b5981691c18ededa43dc6e1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-quanta/meta-gsj')
-rw-r--r--meta-quanta/meta-gsj/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-quanta/meta-gsj/conf/layer.conf b/meta-quanta/meta-gsj/conf/layer.conf
index f29b93af8..e7dcbfeab 100644
--- a/meta-quanta/meta-gsj/conf/layer.conf
+++ b/meta-quanta/meta-gsj/conf/layer.conf
@@ -6,5 +6,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "gsj-layer"
-BBFILE_PATTERN_gsj-layer = ""
+BBFILE_PATTERN_gsj-layer := "^${LAYERDIR}/"
LAYERSERIES_COMPAT_gsj-layer = "thud warrior"