siemens / meta-iot2050

SIMATIC IOT2050 Isar/Debian Board Support Package
MIT License
131 stars 77 forks source link

Build V01.03.01 isar Image error #356

Closed xiaoma0216 closed 2 years ago

xiaoma0216 commented 2 years ago

Hi, I am trying to build isar image with the newest release version 01.03.01, but I had met some issues when compling it. the compling system will stuck on the following screen for a long time (might be tens of minutes)

image

then it would reports these "2 tasks failed", any clues to solve it? thanks a lot.

BaochengSu commented 2 years ago

Hi, this is an known issue #351 , we also noticed the exactly same issue on the github action. The root cause is that the tag debian/0.15.0-1 is removed from upstream repo.

This issue has been addressed by #352, so you can use the master branch. If you have to use the 1.3.1 tag then please use my branch su/ci-fix-1.3.1 to retry the building, it is based on 1.3.1 tag.

BaochengSu commented 2 years ago

Or you can use stable/V01.03 branch because it will not be subject to change in the future.