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 <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2024-05-10 13:11:01 +02:00
parent 46dde972c2
commit 3231654757
1 changed files with 4 additions and 0 deletions

View File

@ -52,3 +52,7 @@ ftp://.*/.* ${DIGI_MIRROR} \n \
http://.*/.* ${DIGI_MIRROR} \n \ http://.*/.* ${DIGI_MIRROR} \n \
https://.*/.* ${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"