summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto.inc
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-07-02 21:37:47 +0100
commit28a1f5cd95cfd6888db969485a6164ae98ef7aa0 (patch)
tree98171cc021979c4dcadc75c2bfb633cf4ab3409b /meta/recipes-kernel/linux/linux-yocto.inc
parent0609f4fee30494792d7c5b9e9113a6275dc93d1c (diff)
downloadpoky-28a1f5cd95cfd6888db969485a6164ae98ef7aa0.tar.gz
linux-yocto: Enable kernel-sample features for runtime tests
Enable kernel-sample features by default with the machine of qemu. (From OE-Core rev: df7213e4799f9147560f61bbd466367ba02fd470) Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto.inc')
-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(){
67addtask kernel_version_sanity_check after do_kernel_metadata do_kernel_checkout before do_compile 67addtask kernel_version_sanity_check after do_kernel_metadata do_kernel_checkout before do_compile
68addtask validate_branches before do_patch after do_kernel_checkout 68addtask validate_branches before do_patch after do_kernel_checkout
69addtask kernel_configcheck after do_configure before do_compile 69addtask kernel_configcheck after do_configure before do_compile
70
71# enable kernel-sample for oeqa/runtime/cases's ksample.py test
72KERNEL_FEATURES_append_qemuall=" features/kernel-sample/kernel-sample.scc"