From a49d21ce53618b12ae0b03806fd56f1a8949f243 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 18 Jan 2018 17:23:40 +0800 Subject: conf/layer.conf: remove bbclass from BBFILES Add bbclass to BBFILES doesn't make any sense. Signed-off-by: Robert Yang Signed-off-by: Bruce Ashfield --- meta-openstack-controller-test-config/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack-controller-test-config/conf') diff --git a/meta-openstack-controller-test-config/conf/layer.conf b/meta-openstack-controller-test-config/conf/layer.conf index f542ce6..8a6cfcb 100644 --- a/meta-openstack-controller-test-config/conf/layer.conf +++ b/meta-openstack-controller-test-config/conf/layer.conf @@ -2,7 +2,7 @@ BBPATH .= ":${LAYERDIR}" # We have a recipes directory, add to BBFILES -BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/classes/*.bbclass" +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "openstack-controller-test-config-layer" BBFILE_PATTERN_openstack-controller-test-config-layer := "^${LAYERDIR}/" -- cgit v1.2.3-54-g00ecf