mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
layer.conf: Use only kirkstone as LAYERSERIES_COMPAT
Due to the variables rename in the scope of inclusive language, the layer is not compatible with older versions. This change drops all versions but kirkstone from LAYERSERIES_COMPAT. Signed-off-by: Andrei Gherzan <andrei@gherzan.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
6a99b680ec
commit
d3718096fa
|
@ -19,7 +19,7 @@ LAYERRECOMMENDS_intel = "dpdk"
|
|||
# This should only be incremented on significant changes that will
|
||||
# cause compatibility issues with other layers
|
||||
LAYERVERSION_intel = "5"
|
||||
LAYERSERIES_COMPAT_intel = "dunfell hardknott honister kirkstone"
|
||||
LAYERSERIES_COMPAT_intel = "kirkstone"
|
||||
|
||||
BBFILES_DYNAMIC += " \
|
||||
clang-layer:${LAYERDIR}/dynamic-layers/clang-layer/*/*/*.bb \
|
||||
|
|
Loading…
Reference in New Issue
Block a user