From abd1463aa947a8997749dc26615a981fc735c31c Mon Sep 17 00:00:00 2001 From: Maciej Pijanowski Date: Wed, 29 May 2019 19:09:40 +0200 Subject: [PATCH] conf/layer.conf: add LAYERDEPENDS Signed-off-by: Maciej Pijanowski --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 8a2297a..26beb02 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,4 +12,6 @@ BBFILE_PRIORITY_meta-sunxi = "10" # cause compatibility issues with other layers LAYERVERSION_meta-sunxi = "1" +LAYERDEPENDS_meta-sunxi = "core openembedded-layer" + LAYERSERIES_COMPAT_meta-sunxi = "morty pyro rocko sumo thud warrior"