From e34bff682c47032c067564d1f3e1e59e5f304fb5 Mon Sep 17 00:00:00 2001 From: Christophe Priouzeau Date: Tue, 23 Apr 2019 14:02:03 +0200 Subject: [PATCH] CONF: add warrior compatibility Signed-off-by: Christophe Priouzeau --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index efa45b1..d124ca0 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -21,7 +21,7 @@ STM32MP_BASE = "${LAYERDIR}" # This should only be incremented on significant changes that will # cause compatibility issues with other layers LAYERVERSION_stm-st-stm32mp = "1" -LAYERSERIES_COMPAT_stm-st-stm32mp = "thud" +LAYERSERIES_COMPAT_stm-st-stm32mp = "warrior" # for optee-os-stm32mp dependency LAYERDEPENDS_stm-st-stm32mp = "core openembedded-layer meta-python"