torizon / meta-toradex-torizon

Torizon OS OpenEmbedded Distro Layer
MIT License
5 stars 9 forks source link

rac: fix a invalid SRCREV_FORMAT #44

Closed MingliuYan closed 3 months ago

MingliuYan commented 3 months ago

Fix a invalid SRCREV_FORMAT, SRCREV_FORMAT must be set with the format "foo1_foo2_foo3", the current SRCREVFORMAT does not have the separator "".

Set SRCREV_rac, SRCREV_tough, SRCREV_russh accordingly, but disable 'SRCREV_xxx:use-head-next = "${AUTOREV}"' by default, because it does not guarantee work, since the crate dependencies might also need to be updated.