1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-12 05:40:59 +00:00

kselftests: Fix typo in COMPATIBLE_MACHINE

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Khem Raj
2019-11-21 21:00:45 +00:00
committed by Denys Dmytriyenko
parent f16f60ea9c
commit f35a0fdd86
+2 -2
View File
@@ -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)"