All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kselftests: Fix typo in COMPATIBLE_MACHINE
@ 2019-11-21 15:00 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2019-11-21 15:00 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 recipes-kernel/kselftests/kselftests_4.10.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/kselftests/kselftests_4.10.bb b/recipes-kernel/kselftests/kselftests_4.10.bb
index 115b0767..f478e56d 100644
--- a/recipes-kernel/kselftests/kselftests_4.10.bb
+++ b/recipes-kernel/kselftests/kselftests_4.10.bb
@@ -186,5 +186,5 @@ INSANE_SKIP_${PN}-ipc = "ldflags"
 INSANE_SKIP_${PN}-mount = "ldflags"
 INSANE_SKIP_${PN}-vm = "ldflags"
 
-COMAPTIBLE_MACHINE_riscv64 = "(null)"
-COMAPTIBLE_MACHINE_riscv32 = "(null)"
+COMPATIBLE_MACHINE_riscv64 = "(null)"
+COMPATIBLE_MACHINE_riscv32 = "(null)"
-- 
2.24.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-21 15:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-21 15:00 [PATCH] kselftests: Fix typo in COMPATIBLE_MACHINE Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.