diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2024-09-12 08:57:46 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-09-12 08:57:46 +0800 |
commit | 4ded196c907061ae664849907654e1186825ae39 (patch) | |
tree | 6d35437422a9b7b8caca9ab1a4341863b9ac4995 | |
parent | 4cb0ed66f4c5e2bff19e09d550b26bf16c482abe (diff) | |
download | meta-dpdk-4ded196c907061ae664849907654e1186825ae39.tar.gz |
layer.conf: update to include compatibility with styhead
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 016f9ae..e8e0412 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 nanbield scarthgap" | 17 | LAYERSERIES_COMPAT_dpdk = "scarthgap styhead" |
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 \ |