From 8a149b63ab81eb5a80adf398de06914ccd4011c1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 17 Mar 2021 16:03:31 -0700 Subject: 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 --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" BBFILE_PRIORITY_raspberrypi = "9" -LAYERSERIES_COMPAT_raspberrypi = "gatesgarth hardknott" +LAYERSERIES_COMPAT_raspberrypi = "hardknott honister" # Additional license directories. LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" -- cgit v1.2.3-54-g00ecf