diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-30 14:57:40 +0100 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-04-02 09:03:00 +0800 |
commit | 2506b743abe4ed987b515bb2b70566efdb3d4206 (patch) | |
tree | e586a67bb61ea2f0f1d57a1491d484ea48315b39 | |
parent | 79b1fd3430ece279f14903ebf5d34527fb80b027 (diff) | |
download | meta-intel-2506b743abe4ed987b515bb2b70566efdb3d4206.tar.gz |
layer.conf: Add the new release layer series
Add the walnascar release as being compatible with the layer.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 ebd2f732..cc8eee75 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -19,7 +19,7 @@ LAYERRECOMMENDS_intel = "dpdk" | |||
19 | # This should only be incremented on significant changes that will | 19 | # This should only be incremented on significant changes that will |
20 | # cause compatibility issues with other layers | 20 | # cause compatibility issues with other layers |
21 | LAYERVERSION_intel = "5" | 21 | LAYERVERSION_intel = "5" |
22 | LAYERSERIES_COMPAT_intel = "scarthgap styhead" | 22 | LAYERSERIES_COMPAT_intel = "scarthgap styhead walnascar" |
23 | 23 | ||
24 | BBFILES_DYNAMIC += " \ | 24 | BBFILES_DYNAMIC += " \ |
25 | clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ | 25 | clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ |