Date
1 - 2 of 2
[PATCH][meta-zephyr] layer.conf: add compatibility with Gatesgarth
Ross Burton <ross@...>
Signed-off-by: Ross Burton <ross.burton@...>
--- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 1d41b3f..4ecd6a2 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -15,4 +15,4 @@ LAYERVERSION_zephyr =3D "1" =20 LAYERDEPENDS_zephyr =3D "core" =20 -LAYERSERIES_COMPAT_zephyr =3D "dunfell" +LAYERSERIES_COMPAT_zephyr =3D "dunfell gatesgarth" --=20 2.25.1 |
|
Naveen Saini
Merged.
toggle quoted message
Show quoted text
-----Original Message-----
From: Ross Burton <ross.burton@...> Sent: Tuesday, October 20, 2020 1:22 AM To: yocto@... Cc: Saini, Naveen Kumar <naveen.kumar.saini@...> Subject: [PATCH][meta-zephyr] layer.conf: add compatibility with Gatesgarth Signed-off-by: Ross Burton <ross.burton@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 1d41b3f..4ecd6a2 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -15,4 +15,4 @@ LAYERVERSION_zephyr = "1" LAYERDEPENDS_zephyr = "core" -LAYERSERIES_COMPAT_zephyr = "dunfell" +LAYERSERIES_COMPAT_zephyr = "dunfell gatesgarth" -- 2.25.1 |
|