summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-04-21 11:06:32 -0700
committerKhem Raj <raj.khem@gmail.com>2024-04-28 08:55:01 -0700
commit1e5ae73fd301865b5da6afc4cfa0e3a7f425363a (patch)
treea7f8040224d96233b007718d58f6066a5c5a00a7 /meta-python
parent1de297f7b1a2577a1bb2e4538614022a2970a2d1 (diff)
downloadmeta-openembedded-1e5ae73fd301865b5da6afc4cfa0e3a7f425363a.tar.gz
layers: Add styhead to compatible release series
styhead is codename for upcoming 5.1 release Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf
index f48b28b95..998f492a4 100644
--- a/meta-python/conf/layer.conf
+++ b/meta-python/conf/layer.conf
@@ -14,6 +14,6 @@ LAYERVERSION_meta-python = "1"
14 14
15LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer" 15LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer"
16 16
17LAYERSERIES_COMPAT_meta-python = "scarthgap" 17LAYERSERIES_COMPAT_meta-python = "scarthgap styhead"
18 18
19LICENSE_PATH += "${LAYERDIR}/licenses" 19LICENSE_PATH += "${LAYERDIR}/licenses"