gmacario / easy-build

Collection of Dockerfiles for building embedded software distributions
Mozilla Public License 2.0
154 stars 83 forks source link

repo tool fails in Yocto Docker container #293

Closed klausuhl-intel closed 3 years ago

klausuhl-intel commented 3 years ago

Current versions of Google repo require Python 3. But the Yocto Docker container is built with Python 2.7 as the default Python version. This leads to an exception/crash early in the execution of any Google repo command.

Note: This issue is related to #288 which reports the same issue for the AOSP Docker container.

gmacario commented 3 years ago

This issue should be fixed by #295