summaryrefslogtreecommitdiffstats
path: root/meta-openstack/conf/layer.conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-09-03 13:07:14 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-09-03 13:07:14 -0400
commita64c1086eaffef1cc39e469af9546140712264ee (patch)
tree2334336eb9d861bc96f643a55edad7311dda4922 /meta-openstack/conf/layer.conf
parent941c8deef964ae94c9c7eba5bf1dd7a954d13c8c (diff)
downloadmeta-cloud-services-a64c1086eaffef1cc39e469af9546140712264ee.tar.gz
meta-openstack: allow dangling bbappends
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/conf/layer.conf')
-rw-r--r--meta-openstack/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index e00a8a3..07d0ea9 100644
--- a/meta-openstack/conf/layer.conf
+++ b/meta-openstack/conf/layer.conf
@@ -7,3 +7,5 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
7BBFILE_COLLECTIONS += "openstack-layer" 7BBFILE_COLLECTIONS += "openstack-layer"
8BBFILE_PATTERN_openstack-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_openstack-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_openstack-layer = "5" 9BBFILE_PRIORITY_openstack-layer = "5"
10
11BB_DANGLINGAPPENDS_WARNONLY ?= "true"