From 11c00b65f957ebfbc29593fa63abeb8cf96eb39b Mon Sep 17 00:00:00 2001 From: Christophe Priouzeau Date: Wed, 13 Mar 2019 11:04:38 +0100 Subject: [PATCH] CONF: add more layer dependencies 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 2637d89..efa45b1 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -24,5 +24,5 @@ LAYERVERSION_stm-st-stm32mp = "1" LAYERSERIES_COMPAT_stm-st-stm32mp = "thud" # for optee-os-stm32mp dependency -LAYERDEPENDS_stm-st-stm32mp = "meta-python" +LAYERDEPENDS_stm-st-stm32mp = "core openembedded-layer meta-python"