From d1c4fcf951682d21a9e642038d7c5552b191f77e Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 26 Aug 2013 00:38:40 -0400 Subject: openstack: layer infrastructure Signed-off-by: Bruce Ashfield --- meta-openstack/conf/layer.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta-openstack/conf/layer.conf (limited to 'meta-openstack/conf/layer.conf') diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf new file mode 100644 index 0000000..ff14b1e --- /dev/null +++ b/meta-openstack/conf/layer.conf @@ -0,0 +1,9 @@ +# We have a conf and classes directory, append to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have a recipes directory, add to BBFILES +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" + +BBFILE_COLLECTIONS += "openstack-layer" +BBFILE_PATTERN_virtualization-layer := "^${LAYERDIR}/" +BBFILE_PRIORITY_virtualization-layer = "7" -- cgit v1.2.3-54-g00ecf