summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-03-16 07:59:15 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2020-03-16 19:09:59 +0000
commite9d258ec59e215681bda876150791e358ee67cd6 (patch)
tree1aff1dff4af3f8f5f4e10b49e0e7cc0d4943a431 /conf/layer.conf
parentac5e346167717021d232eb51018a7ddf5efa8504 (diff)
downloadmeta-raspberrypi-e9d258ec59e215681bda876150791e358ee67cd6.tar.gz
layer.conf: add dunfell to compat layer
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
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 c958587..c836e10 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 zeus" 12LAYERSERIES_COMPAT_raspberrypi = "sumo thud warrior zeus dunfell"
13 13
14# Additional license directories. 14# Additional license directories.
15LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" 15LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"