summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-30 14:57:40 +0100
committerAnuj Mittal <anuj.mittal@intel.com>2025-04-02 09:03:00 +0800
commit2506b743abe4ed987b515bb2b70566efdb3d4206 (patch)
treee586a67bb61ea2f0f1d57a1491d484ea48315b39
parent79b1fd3430ece279f14903ebf5d34527fb80b027 (diff)
downloadmeta-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.conf2
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
21LAYERVERSION_intel = "5" 21LAYERVERSION_intel = "5"
22LAYERSERIES_COMPAT_intel = "scarthgap styhead" 22LAYERSERIES_COMPAT_intel = "scarthgap styhead walnascar"
23 23
24BBFILES_DYNAMIC += " \ 24BBFILES_DYNAMIC += " \
25 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ 25 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \