Re: [OE-core] [PATCH 2/2] selftest: add cmake oeqa portion

2018-06-11 Thread Burton, Ross
On 9 June 2018 at 21:00, Armin Kuster wrote: > add boost Explain what this test is meant to do so in two years time we're not struggling to understand why. > create mode 100644 meta/lib/oeqa/selftest/cases/cmake.py Squash with the previous commit. > +from glob import glob Not needed. > +fro

Re: [OE-core] [PATCH 2/2] selftest: add cmake oeqa portion

2018-06-10 Thread Alexander Kanavin
2018-06-09 23:00 GMT+03:00 Armin Kuster : > +bitbake("core-image-minimal") This shouldn't be needed as the test doesn't do anything with the image. Generally, when writing selftests please do pay attention to making them as fast as possible, as the full selftest run already takes 3-4 hour