summaryrefslogtreecommitdiff
path: root/meta/lib/oeqa/runtime/files/hellomod.c
AgeCommit message (Collapse)AuthorFiles
2017-01-23oeqa/runtime/files: Move runtime files from old directoryMariano Lopez1
As part of the refactor we require to move the files used in runtime testing to the new directory. This also adds the path to the runtime test context. [YOCTO #10234] Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
2017-01-23oeqa/runtime: Move to runtime_casesAníbal Limón1
The new oeqa core framework will modify the structure of the runtime folder the new runtime folder will have python code inside to support runtime test cases. Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2013-10-18lib/oeqa/runtime: build kernel module on target testStefan Stanacar1
Builds a simple Hello World module on target. Added to the defaults for core-image-sato-sdk. Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>