diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2021-07-31 17:50:18 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-07-31 17:50:18 +0800 |
| commit | 3fa552f82203434ae1189ab14b7410ae8fad98f6 (patch) | |
| tree | 52e902065e1c8b61f0c6a2bd1ad13029a13b7a70 | |
| parent | 0584f638797a816b29b909d4611d5a099df7bbc1 (diff) | |
| download | meta-intel-3fa552f82203434ae1189ab14b7410ae8fad98f6.tar.gz | |
layer.conf: add honister to LAYERSERIES_COMPAT
Mark the layer as compatible with honister as well now that OE-Core
has switched to using the new override syntax in master branch.
Signed-off-by: Anuj Mittal <anuj.mittal@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 33977a24..884e0d4b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -18,7 +18,7 @@ LAYERRECOMMENDS_intel = "dpdk" | |||
| 18 | # This should only be incremented on significant changes that will | 18 | # This should only be incremented on significant changes that will |
| 19 | # cause compatibility issues with other layers | 19 | # cause compatibility issues with other layers |
| 20 | LAYERVERSION_intel = "5" | 20 | LAYERVERSION_intel = "5" |
| 21 | LAYERSERIES_COMPAT_intel = "dunfell gatesgarth hardknott" | 21 | LAYERSERIES_COMPAT_intel = "dunfell gatesgarth hardknott honister" |
| 22 | 22 | ||
| 23 | BBFILES_DYNAMIC += " \ | 23 | BBFILES_DYNAMIC += " \ |
| 24 | clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ | 24 | clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ |
