From 177a37c92d0c907aeaa76bbb7cbbde41599c4902 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 1 May 2019 16:32:12 -0400 Subject: meta-phosphor: layer.conf: change BBFILE_PATTERN Use the immmediate expansion operator when setting BBFILE_PATTERN. This makes meta-phosphor consistent with all the layers in meta-openembedded. (From meta-phosphor rev: 8640c4a464677f2e446a13e67686bf1be336fbef) Change-Id: I23f7fbbcc637e6c6e0a11956a703c0439f53ad4a Signed-off-by: Brad Bishop --- meta-phosphor/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/conf') diff --git a/meta-phosphor/conf/layer.conf b/meta-phosphor/conf/layer.conf index 6ffcde01f..0df82a724 100644 --- a/meta-phosphor/conf/layer.conf +++ b/meta-phosphor/conf/layer.conf @@ -6,7 +6,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "phosphor-layer" -BBFILE_PATTERN_phosphor-layer = "^${LAYERDIR}/" +BBFILE_PATTERN_phosphor-layer := "^${LAYERDIR}/" LAYERVERSION_phosphor-layer = "1" LAYERSERIES_COMPAT_phosphor-layer = "thud warrior" -- cgit v1.2.3