diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2024-05-25 10:06:09 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-28 09:34:02 -0700 |
commit | 07772ae470204b19e9fb3da74fc81f4efd3ea1bc (patch) | |
tree | e3fdb9cb47082f580b06469c9fdbdfd0b7dc667a /meta-python/conf/layer.conf | |
parent | 31cdabb9b105b00d153688a4f731aa1a97059ef1 (diff) | |
download | meta-openembedded-07772ae470204b19e9fb3da74fc81f4efd3ea1bc.tar.gz |
layers: stop declaring compatibility with scarthgap
With the UNPACKDIR changes in place the layers are no longer compatible
with the scarthgap release. Drop it from LAYERSERIES_COMPAT and limit
compatibility to styhead only.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/conf/layer.conf')
-rw-r--r-- | meta-python/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf index 998f492a4..aaf620a43 100644 --- a/meta-python/conf/layer.conf +++ b/meta-python/conf/layer.conf | |||
@@ -14,6 +14,6 @@ LAYERVERSION_meta-python = "1" | |||
14 | 14 | ||
15 | LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer" | 15 | LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer" |
16 | 16 | ||
17 | LAYERSERIES_COMPAT_meta-python = "scarthgap styhead" | 17 | LAYERSERIES_COMPAT_meta-python = "styhead" |
18 | 18 | ||
19 | LICENSE_PATH += "${LAYERDIR}/licenses" | 19 | LICENSE_PATH += "${LAYERDIR}/licenses" |