diff options
author | Cory Keitz <ckeitz@amazon.com> | 2024-03-18 22:48:37 +0000 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-03-19 08:50:22 +0800 |
commit | 9bd8203482021171583b37cfbae59e3875730903 (patch) | |
tree | 5314dc8e6df8fe1f77dac1a621caf5aea6fa92af | |
parent | 6bb0d25138a4e8cc651b4da878fe2c44e2705996 (diff) | |
download | meta-dpdk-9bd8203482021171583b37cfbae59e3875730903.tar.gz |
layer.conf: update LAYERSERIES_COMPAT for scarthgap
openembedded-core has moved to scarthgap:
0e42326d ("layer.conf: Prepare for release, drop nanbield LAYERSERIES")
Add scarthgap to LAYERSERIES_COMPAT and drop EOL mickeldore.
Signed-off-by: Cory Keitz <ckeitz@amazon.com>
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 26bbf8f..016f9ae 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 mickledore nanbield" | 17 | LAYERSERIES_COMPAT_dpdk = "kirkstone nanbield scarthgap" |
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 \ |