diff options
author | 2020-10-19 18:22:16 +0100 | |
---|---|---|
committer | 2020-10-20 09:35:15 +0800 | |
commit | 4df23ca31f6f2586ca6ff522010837b8279b793f (patch) | |
tree | 05c7a22acb75dc83997480f644863d58dbfb5ef9 | |
parent | 0f75e5e827c6e564800bdaf6688e1be2d91bc083 (diff) | |
download | meta-zephyr-4df23ca31f6f2586ca6ff522010837b8279b793f.tar.gz meta-zephyr-4df23ca31f6f2586ca6ff522010837b8279b793f.tar.bz2 meta-zephyr-4df23ca31f6f2586ca6ff522010837b8279b793f.zip |
layer.conf: add compatibility with Gatesgarth
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |