summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorUbuntu <ubuntu@ip-172-31-14-192.eu-central-1.compute.internal>2018-04-11 12:35:46 +0000
committerUbuntu <ubuntu@ip-172-31-14-192.eu-central-1.compute.internal>2018-04-11 12:35:46 +0000
commit5048bf8d2b9ecd070c9ed4e584f274f8ab6cfbfa (patch)
treed9c4057eefd28db1748a6469d01d1cc78a34cf7a /conf/layer.conf
downloadmeta-updater-5048bf8d2b9ecd070c9ed4e584f274f8ab6cfbfa.tar.gz
Initial commit of Daisy aktualizr builddaisy
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
new file mode 100644
index 0000000..7c3d0d8
--- /dev/null
+++ b/conf/layer.conf
@@ -0,0 +1,10 @@
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}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "updater"
9BBFILE_PATTERN_updater = "^${LAYERDIR}/"
10BBFILE_PRIORITY_updater = "6"