public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] kas: Fix typo in machine name for phyboard-mira selected
@ 2024-06-12  6:12 Uladzimir Bely
  2024-06-17  5:48 ` Uladzimir Bely
  0 siblings, 1 reply; 2+ messages in thread
From: Uladzimir Bely @ 2024-06-12  6:12 UTC (permalink / raw)
  To: isar-users

This caused wrong machine name in local.conf when pnyboard was chosen
and build failed for it.

Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
 kas/machine/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kas/machine/Kconfig b/kas/machine/Kconfig
index 86039f1b..e346348d 100644
--- a/kas/machine/Kconfig
+++ b/kas/machine/Kconfig
@@ -122,7 +122,7 @@ config KAS_INCLUDE_MACHINE
 	default "kas/machine/imx6-sabrelite.yaml" if MACHINE_IMX6_SABRELITE
 	default "kas/machine/nanopi-neo.yaml" if MACHINE_NANOPI_NEO
 	default "kas/machine/nanopi-neo-efi.yaml" if MACHINE_NANOPI_NEO_EFI
-	default "kas/machine/phyboard-mira.yaml" if MACHINE_PHIBOARD_MIRA
+	default "kas/machine/phyboard-mira.yaml" if MACHINE_PHYBOARD_MIRA
 	default "kas/machine/qemuamd64-sb.yaml" if MACHINE_QEMU_AMD64_SB
 	default "kas/machine/qemuamd64.yaml" if MACHINE_QEMU_AMD64
 	default "kas/machine/qemuarm.yaml" if MACHINE_QEMU_ARM
-- 
2.44.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-17  5:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-12  6:12 [PATCH] kas: Fix typo in machine name for phyboard-mira selected Uladzimir Bely
2024-06-17  5:48 ` Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox