aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHongzhi.Song <hongzhi.song@windriver.com>2018-06-29 02:16:19 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-29 18:02:04 +0100
commit3354cba932e417543afe93117d1b363e0752c87c (patch)
tree53e3dfeb1ec9d1870839662b9ea554c0713be7d9
parent1b8a2fd5db1e2dab3844396c7382228a6ab3b4c3 (diff)
downloadopenembedded-core-contrib-3354cba932e417543afe93117d1b363e0752c87c.tar.gz
meta runtime testcases: enable kernel-sample features for runtime tests
Enable kernel-sample features by default with the machine of qemu. Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc
index 95ec2a2b41..97f7ea9dbe 100644
--- a/meta/recipes-kernel/linux/linux-yocto.inc
+++ b/meta/recipes-kernel/linux/linux-yocto.inc
@@ -67,3 +67,6 @@ do_install_append(){
addtask kernel_version_sanity_check after do_kernel_metadata do_kernel_checkout before do_compile
addtask validate_branches before do_patch after do_kernel_checkout
addtask kernel_configcheck after do_configure before do_compile
+
+# enable kernel-sample for oeqa/runtime/cases's ksample.py test
+KERNEL_FEATURES_append_qemuall=" features/kernel-sample/kernel-sample.scc"