From 9fd71929aa2b45e1f880dec339a0bfb5646862fa Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Fri, 30 Aug 2019 13:34:23 -0700 Subject: [PATCH] linux-yocto_4.19: Remove qemuriscv64 compatibile No one is testing the 4.19 kernel and it probably doesn't work with the latest OpenSBI work so let's just remove it from meta-riscv. Signed-off-by: Alistair Francis --- recipes-kernel/linux/linux-yocto_4.19.bbappend | 1 - 1 file changed, 1 deletion(-) delete mode 100644 recipes-kernel/linux/linux-yocto_4.19.bbappend diff --git a/recipes-kernel/linux/linux-yocto_4.19.bbappend b/recipes-kernel/linux/linux-yocto_4.19.bbappend deleted file mode 100644 index c0bddd9..0000000 --- a/recipes-kernel/linux/linux-yocto_4.19.bbappend +++ /dev/null @@ -1 +0,0 @@ -COMPATIBLE_MACHINE_append = "|qemuriscv64"