summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2018-04-06 12:22:06 +0000
committerAndrei Gherzan <andrei@gherzan.com>2018-04-06 14:57:39 +0100
commit35234a0bfa79d0d4e9c5b9e991332debee0e2687 (patch)
tree5e6566e0aadfbad5341f195bbc9057aaa0b4b874 /conf/layer.conf
parent4bf40b2d322e34a5e3be28486987cc7bbb9125f1 (diff)
downloadmeta-raspberrypi-35234a0bfa79d0d4e9c5b9e991332debee0e2687.tar.gz
layer.conf: add LAYERSERIES_COMPAT
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index bbdce14..cfc2234 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,6 +9,8 @@ BBFILE_COLLECTIONS += "raspberrypi"
9BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" 9BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/"
10BBFILE_PRIORITY_raspberrypi = "9" 10BBFILE_PRIORITY_raspberrypi = "9"
11 11
12LAYERSERIES_COMPAT_raspberrypi = "sumo"
13
12# Additional license directories. 14# Additional license directories.
13LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" 15LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
14 16