From dac74ad6e239d3848bd0b0a84e28d57f110ab882 Mon Sep 17 00:00:00 2001 From: Mike Garrett Date: Thu, 18 Nov 2021 16:22:24 -0600 Subject: meta-hpe: Fix pointer to hpe-common layer support Fixed the path to the common layer for HPE systems Signed-off-by: Mike Garrett Change-Id: I9f0b0d1445ccd7de72669a317a331a2aa7bb18f6 --- meta-hpe/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-hpe') 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. -- cgit v1.2.3