]> code.ossystems Code Review - openembedded-core.git/commit
meta/lib/oeqa: change sdk test from cvs to cpio
authorbrian avery <brian.avery@intel.com>
Sat, 18 Mar 2017 15:08:47 +0000 (08:08 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Mar 2017 22:43:02 +0000 (22:43 +0000)
commit233d36b0382a8b2e430c3377e50885d1a0c3ba21
tree480391c26d265d682c0729ca6c65e6a45380c044
parentb3de5d5795767a4b8c331fa5040166e7e410eeec
meta/lib/oeqa: change sdk test from cvs to cpio

We currently fetch,configure,build, and install cvs as our test for the
sdk.  cvs unfortunately, requires a default editor in order to run.  The
change in 94790a8254d6 that checks to see if you have something like vi
installed is fragile since you may have a different default editor. This
patch switches from using cvs as a test to using cpio. cpio also uses
autotools so the functionality tested is equivalent.

Signed-off-by: brian avery <brian.avery@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/testimage.bbclass
meta/lib/oeqa/runtime/cases/buildcpio.py [moved from meta/lib/oeqa/runtime/cases/buildcvs.py with 83% similarity]
meta/lib/oeqa/sdk/cases/buildcpio.py [moved from meta/lib/oeqa/sdk/cases/buildcvs.py with 80% similarity]