summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-11-18 13:38:52 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2016-11-18 13:38:52 +0100
commit8cbcad3e07c9ac2ffb539248f2eaeb0c49379fb8 (patch)
tree5c3e6edfc04ce953e29591958839ae0daf219a23 /conf
downloadmeta-enea-bsp-x86-8cbcad3e07c9ac2ffb539248f2eaeb0c49379fb8.tar.gz
Initialize layer
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..da41ab2
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,12 @@
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}/packagegroups/* \
7 ${LAYERDIR}/recipes-*/*/*.bbappend"
8
9BBFILE_COLLECTIONS += "enea-bsp-x86"
10BBFILE_PATTERN_enea-bsp-x86 = "^${LAYERDIR}/"
11BBFILE_PRIORITY_enea-bsp-x86 = "6"
12LAYERDEPENDS_enea-bsp-x86 = "enea-bsp-common"