From 613ad41472fbadde83b44c6793cf30adf54756c4 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Tue, 19 Dec 2023 08:26:21 -0700 Subject: [PATCH] Add nanield compatibility Adds compatibility with Yocto 4.3 (codename nanbield) --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 7c7e5474..93122f4a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -17,4 +17,4 @@ BBFILE_PRIORITY_webkit = "7" BB_DANGLINGAPPENDS_WARNONLY = "true" # Support from the current actively maintained LTS Yocto release -LAYERSERIES_COMPAT_webkit = "dunfell gatesgarth hardknott honister kirkstone langdale mickledore" +LAYERSERIES_COMPAT_webkit = "dunfell gatesgarth hardknott honister kirkstone langdale mickledore nanbield"