summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-17 16:03:31 -0700
committerAndrei Gherzan <andrei@gherzan.com>2021-03-23 15:11:42 +0000
commit8a149b63ab81eb5a80adf398de06914ccd4011c1 (patch)
treef9a165a8fefb9c73c87358cbba9df4a4f82b0df5 /conf/layer.conf
parentfdf02accfe3f68d11fa178d72eb377f9ca96411c (diff)
downloadmeta-raspberrypi-8a149b63ab81eb5a80adf398de06914ccd4011c1.tar.gz
layer.conf: Drop gatesgarth and add honister to LAYERSERIES_COMPAT
master can only be validated with latest WIP oe-core releases so drop gatesgrath which is now a dedicated release, soon hardknott will be out too but for master needs its fine, while hear add honister ( fall 2021 ) release too 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 aa3174a..0f08196 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 = "gatesgarth hardknott" 12LAYERSERIES_COMPAT_raspberrypi = "hardknott honister"
13 13
14# Additional license directories. 14# Additional license directories.
15LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" 15LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"