summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2022-09-30 07:14:15 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-09-30 07:14:17 +0800
commit940218bd438776026398617033e09f288dae0137 (patch)
tree4c34c8783ce6d0c85638962872d933bbe683f5da /conf/layer.conf
parent819b6cf9c1af34009d3f91773dceda4c00b6ece7 (diff)
downloadmeta-intel-940218bd438776026398617033e09f288dae0137.tar.gz
layer.conf: add langdale to LAYERSERIES_COMPAT
Makes sure that we're compatible with the upcoming release. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 64e209b6..77baa827 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 = "kirkstone" 22LAYERSERIES_COMPAT_intel = "kirkstone langdale"
23 23
24BBFILES_DYNAMIC += " \ 24BBFILES_DYNAMIC += " \
25 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \ 25 clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \