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 17:45:50 +0000 (17:45 +0000)
commit55d959f7979d3e5933be55315a1b460508353bb5
tree205d03a674ff2b2bffdf1237a88bea54142228bd
parent41805e13b36949c5a7df7e3c40f6f7d4def22c47
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.

(From OE-Core rev: 71a5053eea2aa0055663ccb2318eda866df49bb7)

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]