meta-z: layer.conf: 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:

WARNING: No bb files matched BBFILE_PATTERN_foo-layer

(From meta-ibm rev: 1938f1af3bb02726f0046ed737c55a319469e21d)

Change-Id: I6ba0de9fbd44df3da726adecc94d4036b4573bbf
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-ibm/meta-z/conf/layer.conf b/meta-ibm/meta-z/conf/layer.conf
index 252db1d..7b54230 100644
--- a/meta-ibm/meta-z/conf/layer.conf
+++ b/meta-ibm/meta-z/conf/layer.conf
@@ -2,4 +2,4 @@
 BBPATH .= ":${LAYERDIR}"
 
 BBFILE_COLLECTIONS += "ibm-z-layer"
-BBFILE_PATTERN_ibm-z-layer = ""
+BBFILE_PATTERN_ibm-z-layer := "^${LAYERDIR}/"