From 3231654757fe105843442789bda5504a88e1c199 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Fri, 10 May 2024 13:11:01 +0200 Subject: [PATCH] meta-digi-dey: layer.conf: make "outdated" layers compatible with Yocto 5.0 At the moment, not all of the layers we use have a scarthgap branch, so simply use the closest available Yocto version per branch and make them compatible with scarthgap. This is very error prone, but at least we'll be able to get some porting work done. https://onedigi.atlassian.net/browse/DEL-9011 Signed-off-by: Gabriel Valcazar --- meta-digi-dey/conf/layer.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-digi-dey/conf/layer.conf b/meta-digi-dey/conf/layer.conf index caf82bd6a..552c01a41 100644 --- a/meta-digi-dey/conf/layer.conf +++ b/meta-digi-dey/conf/layer.conf @@ -52,3 +52,7 @@ ftp://.*/.* ${DIGI_MIRROR} \n \ http://.*/.* ${DIGI_MIRROR} \n \ https://.*/.* ${DIGI_MIRROR} \n \ " + +# Make "outdated" community layers compatible with scarthgap until they have +# a proper scarthgap branch available +LAYERSERIES_COMPAT_x-linux-ai += " scarthgap"