summaryrefslogtreecommitdiff
path: root/meta-hpe
diff options
context:
space:
mode:
authorMike Garrett <mike.garrett@hpe.com>2021-11-19 01:22:24 +0300
committerMike Garrett <mike.garrett@hpe.com>2021-11-22 16:49:41 +0300
commitdac74ad6e239d3848bd0b0a84e28d57f110ab882 (patch)
tree2965b2918d8b9d991356fc854dbed9dd111a7ebc /meta-hpe
parentadbccbcfba95be603d690f800a9b39ee056472c9 (diff)
downloadopenbmc-dac74ad6e239d3848bd0b0a84e28d57f110ab882.tar.xz
meta-hpe: Fix pointer to hpe-common layer support
Fixed the path to the common layer for HPE systems Signed-off-by: Mike Garrett <mike.garrett@hpe.com> Change-Id: I9f0b0d1445ccd7de72669a317a331a2aa7bb18f6
Diffstat (limited to 'meta-hpe')
-rw-r--r--meta-hpe/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-hpe/conf/layer.conf b/meta-hpe/conf/layer.conf
index da14cfc28..1072f7d48 100644
--- a/meta-hpe/conf/layer.conf
+++ b/meta-hpe/conf/layer.conf
@@ -6,7 +6,7 @@ BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "hpe-layer"
-BBFILE_PATTERN_hpe-layer := "^${LAYERDIR}/"
+BBFILE_PATTERN_hpe-layer := "^${LAYERDIR}/meta-common/"
LAYERSERIES_COMPAT_hpe-layer = "hardknott honister"
# Provide a variable that points the base of the hpe layer.