summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-11-01 16:45:11 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2020-11-03 15:24:09 +0000
commit806575fc1d1ea3a6852210b83be9f2999d93b0da (patch)
treedfb1a6e7b5b04de1a7d7df119e17d231c9c7257d
parent085fb07e103745ca47cab9bf93195a416b1e83dd (diff)
downloadmeta-raspberrypi-806575fc1d1ea3a6852210b83be9f2999d93b0da.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 4ed7959..b45a309 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" 12LAYERSERIES_COMPAT_raspberrypi = "dunfell"
13 13
14# Additional license directories. 14# Additional license directories.
15LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" 15LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"