From 15739db1ed469babe6cd162f0c100cae50919dcd Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 1 Nov 2020 16:45:11 +0100 Subject: layer.conf: Remove older releases from LAYERSERIES_COMPAT * with gstreamer1.0-omx_1.18%.bbappend it won't even parse with dunfell and older * and since https://github.com/agherzan/meta-raspberrypi/commit/36c3c2e7ca09806da460328767565bbf872a6ad8 which renamed gstreamer1.0-omx_1.14%.bbappend to gstreamer1.0-omx_1.16%.bbappend it didn't parse with zeus and older Signed-off-by: Martin Jansa --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 98cd6f4..7626894 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 dunfell gatesgarth" +LAYERSERIES_COMPAT_raspberrypi = "gatesgarth" # Additional license directories. LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" -- cgit v1.2.3-54-g00ecf