summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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