From 03b7b8c9c9e3c1a009fcdf09334b44d0b9229bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Wed, 23 Feb 2022 23:09:31 +0100 Subject: [PATCH] Move on to kirkstone release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- conf/distro/mortsgna.conf | 2 +- conf/layer.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/distro/mortsgna.conf b/conf/distro/mortsgna.conf index 22a094f..ab6d49f 100644 --- a/conf/distro/mortsgna.conf +++ b/conf/distro/mortsgna.conf @@ -10,7 +10,7 @@ ############################################################################### # follow Yocto version scheme -DISTRO_VERSION = "v3.4" +DISTRO_VERSION = "v3.5" # With Angstrom we had DISTRO_TYPE = "debug"/"release". No recipe except # good old lxdm takes care (yes it was me). OE-Core way is setting diff --git a/conf/layer.conf b/conf/layer.conf index 5f64ebc..fe8b410 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "mortsgna-layer" BBFILE_PATTERN_mortsgna-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_mortsgna-layer = "7" -LAYERSERIES_COMPAT_mortsgna-layer = "honister" +LAYERSERIES_COMPAT_mortsgna-layer = "kirkstone" # This is a compromise: Because of dynamic appends it needs oe-core only. Our # images have a huge dependency list (see README). So the layers set here are