summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-04-01 19:01:09 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2019-04-05 11:21:49 +0900
commit490a4441acd52a936776b29be7c3ba2b910a5f01 (patch)
tree2b237efa5c7ff514d95e6a2138a0cdeb5f25d8d2 /conf/layer.conf
parent7af614b2ee362765f299faaa732cafc436aa0ae1 (diff)
downloadmeta-raspberrypi-490a4441acd52a936776b29be7c3ba2b910a5f01.tar.gz
layer.conf: Add warrior to compatible release series
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 67eb98f..264b2c0 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" 12LAYERSERIES_COMPAT_raspberrypi = "sumo thud warrior"
13 13
14# Additional license directories. 14# Additional license directories.
15LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" 15LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"