From e9d258ec59e215681bda876150791e358ee67cd6 Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Mon, 16 Mar 2020 07:59:15 +0000 Subject: layer.conf: add dunfell to compat layer Signed-off-by: Pierre-Jean Texier --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" BBFILE_PRIORITY_raspberrypi = "9" -LAYERSERIES_COMPAT_raspberrypi = "sumo thud warrior zeus" +LAYERSERIES_COMPAT_raspberrypi = "sumo thud warrior zeus dunfell" # Additional license directories. LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" -- cgit v1.2.3-54-g00ecf