Closed JoshuaWatt closed 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
The oegarmin images need to be based on oetest so that SDK testing can be done.