summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-11-01 16:45:11 +0100
committerAndrei Gherzan <andrei@gherzan.com>2021-06-07 13:00:27 +0100
commite6e604616dfd91e654cdd7a535614e93c27c6965 (patch)
tree24a8ec5172afb34b7d4a7ba3d49c20782c68a6d3
parent0e2baa7656be4067136129d2c57416471d09c65d (diff)
downloadmeta-raspberrypi-e6e604616dfd91e654cdd7a535614e93c27c6965.tar.gz
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>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 17c2409..211aaf8 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "raspberrypi"
9BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/" 9BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/"
10BBFILE_PRIORITY_raspberrypi = "9" 10BBFILE_PRIORITY_raspberrypi = "9"
11 11
12LAYERSERIES_COMPAT_raspberrypi = "sumo thud warrior zeus dunfell gatesgarth" 12LAYERSERIES_COMPAT_raspberrypi = "dunfell gatesgarth"
13LAYERDEPENDS_raspberrypi = "core" 13LAYERDEPENDS_raspberrypi = "core"
14 14
15# Additional license directories. 15# Additional license directories.