mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-06-13 04:59:43 +00:00
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 <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
393af232a7
commit
15739db1ed
+1
-1
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "raspberrypi"
|
|||||||
BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/"
|
BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_raspberrypi = "9"
|
BBFILE_PRIORITY_raspberrypi = "9"
|
||||||
|
|
||||||
LAYERSERIES_COMPAT_raspberrypi = "sumo thud warrior zeus dunfell gatesgarth"
|
LAYERSERIES_COMPAT_raspberrypi = "gatesgarth"
|
||||||
|
|
||||||
# Additional license directories.
|
# Additional license directories.
|
||||||
LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
|
LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
|
||||||
|
|||||||
Reference in New Issue
Block a user