aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChaitanya Vadrevu <chaitanya.vadrevu@ni.com>2024-04-04 09:29:32 -0500
committerMartin Jansa <martin.jansa@gmail.com>2024-04-05 08:22:31 +0200
commit6e244970dcdb631613af80f37e00957de417449d (patch)
tree83bc423b5d9e6c37928bd1e14e8414022e7a33c4
parentfb8966f60aacd42113574d6823a39009e94ca020 (diff)
layer.conf: Mark scarthgap as only compatible release
'inherit_defer' was added in scarthgap and since meta-qt5 requires using it, mark the layer as compatible with only scarthgap. Signed-off-by: Chaitanya Vadrevu <chaitanya.vadrevu@ni.com> 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 ce708228..59fd2ff2 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -29,7 +29,7 @@ LAYERVERSION_qt5-layer = "1"
LAYERDEPENDS_qt5-layer = "core openembedded-layer"
-LAYERSERIES_COMPAT_qt5-layer = "dunfell gatesgarth hardknott honister kirkstone langdale mickledore nanbield scarthgap"
+LAYERSERIES_COMPAT_qt5-layer = "scarthgap"
LICENSE_PATH += "${LAYERDIR}/licenses"