diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2022-03-02 16:34:44 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2022-03-02 16:34:44 +0800 |
| commit | f66f0fce3b25f22b749f98290436ca9541b44a62 (patch) | |
| tree | eac56864b5f4d4841bbd80063937f54118721f24 /conf | |
| parent | 2b4470df8b832b5d549c29162e891ca4c51faafc (diff) | |
| download | meta-dpdk-f66f0fce3b25f22b749f98290436ca9541b44a62.tar.gz | |
layer.conf: add kirkstone to LAYERSERIES_COMPAT
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf')
| -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 d65d33c..7ff2dd1 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -14,4 +14,4 @@ LAYERDEPENDS_dpdk = "core" | |||
| 14 | # This should only be incremented on significant changes that will | 14 | # This should only be incremented on significant changes that will |
| 15 | # cause compatibility issues with other layers | 15 | # cause compatibility issues with other layers |
| 16 | LAYERVERSION_dpdk = "1" | 16 | LAYERVERSION_dpdk = "1" |
| 17 | LAYERSERIES_COMPAT_dpdk = "dunfell hardknott honister" | 17 | LAYERSERIES_COMPAT_dpdk = "dunfell hardknott honister kirkstone" |
