summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2015-11-02 10:57:44 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2015-11-02 11:20:41 +0100
commita130fba56f34391c7e921b2e2fd2ba174002e6a5 (patch)
tree5f50afba2f2ff1f9f524e8cb7c24b90b8212cb77 /conf/layer.conf
downloadmeta-enea-bsp-arm-a130fba56f34391c7e921b2e2fd2ba174002e6a5.tar.gz
Initial commit
result of splitting up meta-enea Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf/layer.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..ef5f722
--- /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}/images/* \
7 ${LAYERDIR}/packagegroups/* \
8 ${LAYERDIR}/recipes-*/*/*.bbappend"
9
10BBFILE_COLLECTIONS += "enea-bsp-arm"
11BBFILE_PATTERN_enea-bsp-arm = "^${LAYERDIR}/"
12BBFILE_PRIORITY_enea-bsp-arm = "6"