diff options
author | 2021-08-03 17:05:37 +0800 | |
---|---|---|
committer | 2021-08-05 17:07:51 +0800 | |
commit | 34d3ab5a81ecb3973d3002e99aba00a1734397a4 (patch) | |
tree | 2844e52e63e7583c0c1d7160644288c77ff387eb | |
parent | de481c4b3bfa83cb2d93a2c1102b618dcd4e8424 (diff) | |
download | meta-zephyr-34d3ab5a81ecb3973d3002e99aba00a1734397a4.tar.gz meta-zephyr-34d3ab5a81ecb3973d3002e99aba00a1734397a4.tar.bz2 meta-zephyr-34d3ab5a81ecb3973d3002e99aba00a1734397a4.zip |
layer.conf: add honister to LAYERSERIES_COMPAT
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 8e6b15d..5f13c27 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -15,4 +15,4 @@ LAYERVERSION_zephyr = "1" LAYERDEPENDS_zephyr = "core meta-python" -LAYERSERIES_COMPAT_zephyr = "dunfell gatesgarth hardknott" +LAYERSERIES_COMPAT_zephyr = "dunfell gatesgarth hardknott honister" |