From 78cf2d64cf3f39904f9f9c62db2ad96e65dd0f79 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 29 Aug 2013 12:31:02 -0400 Subject: meta-cloud-services: add common layer infrastructure Signed-off-by: Bruce Ashfield --- conf/layer.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 conf/layer.conf diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..b30a99f --- /dev/null +++ b/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 += "cloud-services-layer" +BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/" +BBFILE_PRIORITY_cloud-services-layer = "5" -- cgit v1.2.3-54-g00ecf