summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-09-03 15:53:56 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2019-09-04 10:13:28 +0300
commited47e37e43276dc29f098a261b1243dfc173832d (patch)
treebd0aa61de73443c882dde7968beec61d77a87bdc /conf/layer.conf
parente811912fae47684b49617c3dc82bced1b20888b2 (diff)
downloadmeta-raspberrypi-ed47e37e43276dc29f098a261b1243dfc173832d.tar.gz
layer.conf: Add zeus to compatible layers
zeus is codename for next 3.0 release Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 019e76b..c958587 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,7 +9,7 @@ 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 thud warrior" 12LAYERSERIES_COMPAT_raspberrypi = "sumo thud warrior zeus"
13 13
14# Additional license directories. 14# Additional license directories.
15LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" 15LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"