diff options
Diffstat (limited to 'meta-openstack-controller-deploy/conf/layer.conf')
| -rw-r--r-- | meta-openstack-controller-deploy/conf/layer.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-openstack-controller-deploy/conf/layer.conf b/meta-openstack-controller-deploy/conf/layer.conf new file mode 100644 index 0000000..de8f435 --- /dev/null +++ b/meta-openstack-controller-deploy/conf/layer.conf | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | # We have a conf and classes directory, append to BBPATH | ||
| 2 | BBPATH .= ":${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a recipes directory, add to BBFILES | ||
| 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | ||
| 6 | |||
| 7 | BBFILE_COLLECTIONS += "openstack-controller-deploy-layer" | ||
| 8 | BBFILE_PATTERN_openstack-controller-deploy-layer := "^${LAYERDIR}/" | ||
| 9 | BBFILE_PRIORITY_openstack-controller-deploy-layer = "6" | ||
