]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-yocto: Enable kernel-sample features for runtime tests
authorHongzhi.Song <hongzhi.song@windriver.com>
Fri, 29 Jun 2018 06:16:19 +0000 (02:16 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Jul 2018 08:35:02 +0000 (09:35 +0100)
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>
meta/recipes-kernel/linux/linux-yocto.inc

index 95ec2a2b418979876ea21be5f5a3305970c19559..97f7ea9dbecf9506b1ca7c31d266564181c8616c 100644 (file)
@@ -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"