[meta-rockchip][PATCH] layers: Add langdale to LAYERSERIES_COMPAT


Khem Raj
 

Signed-off-by: Khem Raj <raj.khem@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index a2661f9..0e28857 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 = "kirkstone langdale"
LAYERDEPENDS_rockchip = "core meta-arm"

BBFILES_DYNAMIC += " \
--
2.37.3


Quentin Schulz
 

Hi Khem,

On 9/30/22 01:45, Khem Raj wrote:
Signed-off-by: Khem Raj <raj.khem@...>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index a2661f9..0e28857 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 = "kirkstone langdale"
Considering that we have a branch for kirkstone already, maybe we can just switch to supporting langdale only?

Cheers,
Quentin


Khem Raj
 



On Fri, Sep 30, 2022 at 5:04 AM Quentin Schulz <quentin.schulz@...> wrote:
Hi Khem,

On 9/30/22 01:45, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem@...>
> ---
>   conf/layer.conf | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index a2661f9..0e28857 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 = "kirkstone langdale"

Considering that we have a branch for kirkstone already, maybe we can
just switch to supporting langdale only?

I was not sure of if it will break some use cases therefore I just wanted to add what works and not delete anything I have not tested 


Cheers,
Quentin