mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
layer.conf: Remove older releases from LAYERSERIES_COMPAT
* 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 * with zeus it parses OK, but I believe people who use meta-raspberrypi from dunfell branch in zeus builds should rather ask for backports they are missing in zeus branch Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
0e2baa7656
commit
e6e604616d
+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 = "dunfell gatesgarth"
|
||||||
LAYERDEPENDS_raspberrypi = "core"
|
LAYERDEPENDS_raspberrypi = "core"
|
||||||
|
|
||||||
# Additional license directories.
|
# Additional license directories.
|
||||||
|
|||||||
Reference in New Issue
Block a user