diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2023-01-04 09:49:40 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2023-01-04 09:52:43 +0800 |
| commit | f244352c4cd4de71658c0b043065b3455f535fa1 (patch) | |
| tree | a16e67b0b9038cd950dd913eacfee3de553b1b54 | |
| parent | 58b60ea11b2742bbb92eb481ba47e66d681ca9d9 (diff) | |
| download | meta-dpdk-f244352c4cd4de71658c0b043065b3455f535fa1.tar.gz | |
layer.conf: add mickledore to LAYERSERIES_COMPAT
OE-Core has switched to mickledore:
https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f
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 45e5bd9..7063238 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -14,7 +14,7 @@ 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 = "kirkstone langdale" | 17 | LAYERSERIES_COMPAT_dpdk = "kirkstone langdale mickledore" |
| 18 | 18 | ||
| 19 | BBFILES_DYNAMIC += " \ | 19 | BBFILES_DYNAMIC += " \ |
| 20 | clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ | 20 | clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ |
