]> code.ossystems Code Review - openembedded-core.git/commit
meta-selftest: create a new test layer to be used by oe-selftest script
authorCorneliu Stoicescu <corneliux.stoicescu@intel.com>
Wed, 27 Nov 2013 17:08:51 +0000 (19:08 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Dec 2013 12:50:03 +0000 (12:50 +0000)
commit71a5053eea2aa0055663ccb2318eda866df49bb7
tree5944cbefe16c399dd6195b90dc38a6fe7312e87e
parent41a4f8fb005328d3a631a9036ceb6dcf75754410
meta-selftest: create a new test layer to be used by oe-selftest script

Everything in this layer is meant to be used by tests called by
scripts/oe-selftest. These are helper recipes/appends to test various bitbake
options or scripts.
Currently most of these files here only have "include test_recipe.inc" which
is the file tests will actually use.

Signed-off-by: Corneliu Stoicescu <corneliux.stoicescu@intel.com>
Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/COPYING.MIT [new file with mode: 0644]
meta-selftest/README [new file with mode: 0644]
meta-selftest/classes/test_events.bbclass [new file with mode: 0644]
meta-selftest/conf/layer.conf [new file with mode: 0644]
meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb [new file with mode: 0644]
meta-selftest/recipes-test/aspell/aspell_0.60.6.1.bbappend [new file with mode: 0644]
meta-selftest/recipes-test/m4/m4_1.4.17.bbappend [new file with mode: 0644]
meta-selftest/recipes-test/man/man/man-1.5h1-make.patch [new file with mode: 0644]
meta-selftest/recipes-test/man/man_1.6g.bbappend [new file with mode: 0644]
meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bbappend [new file with mode: 0644]