linux-riscv: Remove yocto kernel specific kernel-sample.scc

Since we do not have kmeta infrastructure for kernel
the qemu builds fail due to this file not being there and
qemu sort of forcing it.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2018-07-16 08:03:02 -07:00
parent f157841d37
commit 09732c2049

View File

@@ -32,3 +32,4 @@ KERNEL_LD_append = " -no-pie"
COMPATIBLE_MACHINE = "(qemuriscv64|freedom-u540)"
KERNEL_FEATURES_remove = "features/debug/printk.scc"
KERNEL_FEATURES_remove = "features/kernel-sample/kernel-sample.scc"