[meta-rockchip][PATCH] layer.conf: update LAYERSERIES_COMPAT for langdale


Martin Jansa
 

* the next release 4.2 will be named mickledore

Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index a2661f9..9197c3b 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,7 +14,7 @@ BBFILE_PRIORITY_rockchip = "1"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_rockchip = "1"
-LAYERSERIES_COMPAT_rockchip = "kirkstone"
+LAYERSERIES_COMPAT_rockchip = "langdale"
LAYERDEPENDS_rockchip = "core meta-arm"

BBFILES_DYNAMIC += " \
--
2.37.3


Trevor Woerner
 

On Fri 2022-09-30 @ 01:51:25 PM, Martin Jansa wrote:
* the next release 4.2 will be named mickledore

Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Applied to meta-rockchip master branch, thanks!