From c0597bd24de0d12d46d70140f1ba4a1d94b2b846 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 4 Oct 2013 00:30:27 -0400 Subject: meta-openstack-*-deploy: add bbclass patterns Signed-off-by: Bruce Ashfield --- meta-openstack-compute-deploy/conf/layer.conf | 2 +- meta-openstack-controller-deploy/conf/layer.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-openstack-compute-deploy/conf/layer.conf b/meta-openstack-compute-deploy/conf/layer.conf index 44a035b..bfd4afa 100644 --- a/meta-openstack-compute-deploy/conf/layer.conf +++ b/meta-openstack-compute-deploy/conf/layer.conf @@ -2,7 +2,7 @@ BBPATH .= ":${LAYERDIR}" # We have a recipes directory, add to BBFILES -BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/classes/*.bbclass" BBFILE_COLLECTIONS += "openstack-compute-deploy-layer" BBFILE_PATTERN_openstack-compute-deploy-layer := "^${LAYERDIR}/" diff --git a/meta-openstack-controller-deploy/conf/layer.conf b/meta-openstack-controller-deploy/conf/layer.conf index de8f435..6c7f332 100644 --- a/meta-openstack-controller-deploy/conf/layer.conf +++ b/meta-openstack-controller-deploy/conf/layer.conf @@ -2,7 +2,7 @@ BBPATH .= ":${LAYERDIR}" # We have a recipes directory, add to BBFILES -BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend ${LAYERDIR}/classes/*.bbclass" BBFILE_COLLECTIONS += "openstack-controller-deploy-layer" BBFILE_PATTERN_openstack-controller-deploy-layer := "^${LAYERDIR}/" -- cgit v1.2.3-54-g00ecf