summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-04-18 15:42:25 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2016-04-18 15:42:25 +0200
commit5e208c86aa70a6de8549c5bf24c0dee905ebb0e6 (patch)
treecb92b0d7cb9fbfb68b691115c52099aa80de953b /conf
downloadmeta-el-standard-5e208c86aa70a6de8549c5bf24c0dee905ebb0e6.tar.gz
Initialize layer
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..69d03c9
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,14 @@
1# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/images/* \
7 ${LAYERDIR}/packagegroups/* \
8 ${LAYERDIR}/recipes-*/*/*.bbappend"
9
10BBFILE_COLLECTIONS += "el-standard"
11BBFILE_PATTERN_el-standard = "^${LAYERDIR}/"
12BBFILE_PRIORITY_el-standard = "7"
13LAYERDEPENDS_el-standard = "el-common"
14