From 40264726e78a9f2d700cd4ce3499a280b4a46d89 Mon Sep 17 00:00:00 2001 From: Christophe Priouzeau Date: Mon, 6 Jun 2022 14:06:29 +0200 Subject: [PATCH] CONF: add compatibility version Signed-off-by: Christophe Priouzeau Change-Id: Ibefcd7a6d5f98a03d571249e9101a12311cc9b96 --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index a6035fc..e78bc2c 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -24,4 +24,4 @@ LAYERSERIES_COMPAT_stm-st-stm32mp = "kirkstone" LAYERDEPENDS_stm-st-stm32mp = "core openembedded-layer meta-python" # OpenSTLinux compatibility version -ST_OSTL_COMPATIBILITY_VERSION_stm-st-stm32mp = "3.0 3.1" +ST_OSTL_COMPATIBILITY_VERSION_stm-st-stm32mp = "4.0"