]> code.ossystems Code Review - openembedded-core.git/commit
lib/oeqa/runtime: build kernel module on target test
authorStefan Stanacar <stefanx.stanacar@intel.com>
Fri, 18 Oct 2013 07:23:44 +0000 (10:23 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Oct 2013 14:51:00 +0000 (15:51 +0100)
commitc61c3dee162aa1f5bf31b2a09d8b916dc1712056
tree7c2d4e6fe517d5283b505c8bfb1292c7055797b8
parentce6c3ec0e5f4822e85b8f957e9e31fa9de438c55
lib/oeqa/runtime: build kernel module on target test

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>
meta/classes/testimage.bbclass
meta/lib/oeqa/runtime/files/hellomod.c [new file with mode: 0644]
meta/lib/oeqa/runtime/files/hellomod_makefile [new file with mode: 0644]
meta/lib/oeqa/runtime/kernelmodule.py [new file with mode: 0644]