From f717c35ddf8bc5280fdb9f3d7d9e95ac59e36356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20K=C3=A4llberg?= Date: Sat, 21 Jun 2025 08:22:14 +0200 Subject: [PATCH] Updated meta-zepto for scarthgap branch This layer's sole purpose is simple! It sets one variable, BBLAYERS_LAYERINDEX_URL, and is sets it to "https://layers.chxc.se/layerindex/", i.e. BBLAYERS_LAYERINDEX_URL = "https://layers.chxc.se/layerindex/" And it does that in order to make use of the Zepto layerindex. --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 35c02c5..93fdcdb 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,6 +12,6 @@ BBFILE_PRIORITY_zepto := "5" LAYERVERSION_zepto = "1" LAYERDEPENDS_zepto = "core" -LAYERSERIES_COMPAT_zepto = "kirkstone langdale mickledore nanbield" +LAYERSERIES_COMPAT_zepto = "scarthgap styhead walnascar" BBLAYERS_LAYERINDEX_URL = "https://layers.chxc.se/layerindex/"