From: Hongzhi.Song Date: Fri, 29 Jun 2018 06:16:19 +0000 (-0400) Subject: linux-yocto: Enable kernel-sample features for runtime tests X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17511 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df7213e4799f9147560f61bbd466367ba02fd470;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git linux-yocto: Enable kernel-sample features for runtime tests Enable kernel-sample features by default with the machine of qemu. Signed-off-by: Hongzhi.Song Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index 95ec2a2b418..97f7ea9dbec 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"