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
  36c3c2e7ca
  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 <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2020-11-01 16:45:11 +01:00 committed by Andrei Gherzan
parent 393af232a7
commit 15739db1ed

View File

@ -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"