summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-04-18 15:46:58 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2016-04-18 15:46:58 +0200
commitdf183762f7f4009488f899ce57c4aafabf5bb1f1 (patch)
treeaa6d1929a132acbd44b6042fbdc5cf43cc1e9e30 /conf
downloadmeta-el-networking-df183762f7f4009488f899ce57c4aafabf5bb1f1.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..f7f7733
--- /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-networking"
11BBFILE_PATTERN_el-networking = "^${LAYERDIR}/"
12BBFILE_PRIORITY_el-networking = "7"
13LAYERDEPENDS_el-networking = "el-common enea-networking"
14