Re: [PATCH][meta-zephyr] layer.conf: add compatibility with Gatesgarth
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 |
|