From 27718bf5b642c19ef40261d41bf485946aebaa93 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 24 Mar 2022 20:00:51 +0000 Subject: [PATCH] conf: switch to kirkstone Signed-off-by: Bruce Ashfield --- conf/layer.conf | 2 +- meta-cube/conf/layer.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 1ec555e..e86ca86 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,5 +12,5 @@ BBFILE_PRIORITY_overc = "1" # cause compatibility issues with other layers LAYERVERSION_overc = "1" LAYERDEPENDS_overc = "core" -LAYERSERIES_COMPAT_overc = "honister" +LAYERSERIES_COMPAT_overc = "kirkstone" diff --git a/meta-cube/conf/layer.conf b/meta-cube/conf/layer.conf index b3ad011..d1f8a28 100644 --- a/meta-cube/conf/layer.conf +++ b/meta-cube/conf/layer.conf @@ -13,7 +13,7 @@ BB_DANGLINGAPPENDS_WARNONLY ?= "true" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_cube = "1" -LAYERSERIES_COMPAT_cube = "honister" +LAYERSERIES_COMPAT_cube = "kirkstone" LAYERDEPENDS_cube = "overc core" # We need to load the overc distro components, only if overc is out distro