aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2020-10-16 07:37:42 -0700
committerTim Orling <ticotimo@gmail.com>2020-10-19 12:59:13 -0700
commit58f92a00e4c17e4c437ff5b4c70c9bba84b01024 (patch)
treec459fbee709ae50f541a0aa85c6a70a1cea2da01 /conf
parent4c703e1eced4997dafb349b222be611ef20ab078 (diff)
downloadmeta-python2-58f92a00e4c17e4c437ff5b4c70c9bba84b01024.tar.gz
conf/layer.conf: LAYERSERIES_COMPAT gatesgarth
In preparation for the release of Yocto Project 3.2, "gatesgarth", change development branch to be only compatible with the new release. Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index b25c9ef..a5738d9 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,6 +14,6 @@ LAYERVERSION_meta-python2 = "1"
LAYERDEPENDS_meta-python2 = "core openembedded-layer"
-LAYERSERIES_COMPAT_meta-python2 = "dunfell"
+LAYERSERIES_COMPAT_meta-python2 = "gatesgarth"
LICENSE_PATH += "${LAYERDIR}/licenses"