On 6/4/21 11:22 AM, Bruce Ashfield wrote:
On Thu, Jun 3, 2021 at 11:06 PM <kai.kang@...> wrote:
From: Kai Kang <kai.kang@...>
Replace hardknott with honister in layer.conf which aligns with
oe-core.
I had added this back in April, but apparently didn't push the change.
I also noticed that I've been updating the wrong branch with compatibility.
That should all be fixed now.
Hi Bruce,
Thanks. I have seen your commits.
But 3 items in LAYERSERIES_COMPAT_realtime will cause layer index show warning:
WARNING: YPCompatibleVersion.name: dunfell gatesgarth hardknott: length 28 exceeds maximum (25), truncating
Could we only keep the latest LAYERSERIES_CORENAMES (honister) in branch master, please?
Or it set in oe-core's layer.conf:
LAYERSERIES_CORENAMES = "hardknott honister"
we just align with it to keep the latest 2, please?
Regards,
Kai
Bruce
Signed-off-by: Kai Kang <kai.kang@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index 007f578..8ae67ba 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -15,6 +15,6 @@ BBFILE_PRIORITY_realtime = "5"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_realtime = "1"
-LAYERSERIES_COMPAT_realtime = "hardknott"
+LAYERSERIES_COMPAT_realtime = "honister"
LAYERDEPENDS_realtime = "core openembedded-layer"
LAYERRECOMMENDS_realtime = "meta-realtime-dl (= 3.2)"
--
2.17.1
--
Kai Kang
Wind River Linux