garmin / pyrex

Seamless container setup for developing with OpenEmbedded/Yocto Project
Apache License 2.0
38 stars 30 forks source link

Merge oetest into oe #74

Closed JoshuaWatt closed 2 years ago

JoshuaWatt commented 2 years ago

The oegarmin images need to be based on oetest so that SDK testing can be done.

JoshuaWatt commented 2 years ago

I don't see how this solves your issue of making Wine and the other python testing tools available on Ubuntu 14/16.

The wine test is moved into the base "oe" image, then we skip it using the @skipIfOS() annotation for the specific versions where it's not supported. Basically, we aren't making wine available on Ubuntu 14/16, we're just letting the test skip those versions