summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>2024-05-25 10:06:09 +0300
committerKhem Raj <raj.khem@gmail.com>2024-05-28 09:34:02 -0700
commit07772ae470204b19e9fb3da74fc81f4efd3ea1bc (patch)
treee3fdb9cb47082f580b06469c9fdbdfd0b7dc667a /meta-networking
parent31cdabb9b105b00d153688a4f731aa1a97059ef1 (diff)
downloadmeta-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-networking')
-rw-r--r--meta-networking/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
index 0e09d8f2ad..a9ba4abade 100644
--- a/meta-networking/conf/layer.conf
+++ b/meta-networking/conf/layer.conf
@@ -15,7 +15,7 @@ LAYERVERSION_networking-layer = "1"
15 15
16LAYERDEPENDS_networking-layer = "core meta-python openembedded-layer" 16LAYERDEPENDS_networking-layer = "core meta-python openembedded-layer"
17 17
18LAYERSERIES_COMPAT_networking-layer = "scarthgap styhead" 18LAYERSERIES_COMPAT_networking-layer = "styhead"
19 19
20LICENSE_PATH += "${LAYERDIR}/licenses" 20LICENSE_PATH += "${LAYERDIR}/licenses"
21 21