diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-03-16 07:59:15 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-03-16 19:09:59 +0000 |
commit | e9d258ec59e215681bda876150791e358ee67cd6 (patch) | |
tree | 1aff1dff4af3f8f5f4e10b49e0e7cc0d4943a431 | |
parent | ac5e346167717021d232eb51018a7ddf5efa8504 (diff) | |
download | meta-raspberrypi-e9d258ec59e215681bda876150791e358ee67cd6.tar.gz |
layer.conf: add dunfell to compat layer
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
-rw-r--r-- | conf/layer.conf | 2 |
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" | |||
9 | BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_raspberrypi = "9" | 10 | BBFILE_PRIORITY_raspberrypi = "9" |
11 | 11 | ||
12 | LAYERSERIES_COMPAT_raspberrypi = "sumo thud warrior zeus" | 12 | LAYERSERIES_COMPAT_raspberrypi = "sumo thud warrior zeus dunfell" |
13 | 13 | ||
14 | # Additional license directories. | 14 | # Additional license directories. |
15 | LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" | 15 | LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" |