From 02a595fac12d759cc91f0a4d62db3f76e33b279c Mon Sep 17 00:00:00 2001 From: Romuald JEANNE Date: Mon, 15 Mar 2021 15:36:00 +0100 Subject: [PATCH] LAYER: add compatibility version Signed-off-by: Christophe Priouzeau Change-Id: I6163b10943b21a4d23a805a3908e9e6a663a6e48 --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index d29cea3..76f40ba 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -23,3 +23,5 @@ LAYERSERIES_COMPAT_stm-st-stm32mp = "dunfell" # for optee-os-stm32mp dependency LAYERDEPENDS_stm-st-stm32mp = "core openembedded-layer meta-python" +# OpenSTLinux compatibility version +ST_OSTL_COMPATIBILTY_VERSION_stm-st-stm32mp = "3.0"