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:
parent
46dde972c2
commit
3231654757
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue