Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/systemd: select kdb
@ 2023-07-31 21:45 James Hilliard
  2023-07-31 21:57 ` Thomas Petazzoni via buildroot
  2023-08-01 20:01 ` Yann E. MORIN
  0 siblings, 2 replies; 7+ messages in thread
From: James Hilliard @ 2023-07-31 21:45 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Norbert Lange, Sen Hastings, Yann E . MORIN

We need to select BR2_PACKAGE_KBD when building systemd with vconsole.

Fixes:
systemd-vconsole-setup[129]: /usr/bin/loadkeys failed with exit status 1.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/systemd/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/systemd/Config.in b/package/systemd/Config.in
index bea717a456..f3e561e661 100644
--- a/package/systemd/Config.in
+++ b/package/systemd/Config.in
@@ -563,6 +563,7 @@ config BR2_PACKAGE_SYSTEMD_UTMP
 config BR2_PACKAGE_SYSTEMD_VCONSOLE
 	bool "enable vconsole tool"
 	default y
+	select BR2_PACKAGE_KBD
 	help
 	  systemd-vconsole-setup is an early boot service that
 	  configures the virtual console font and console keymap.
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-08-02 14:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-31 21:45 [Buildroot] [PATCH 1/1] package/systemd: select kdb James Hilliard
2023-07-31 21:57 ` Thomas Petazzoni via buildroot
2023-07-31 22:07   ` James Hilliard
2023-07-31 22:18     ` Thomas Petazzoni via buildroot
2023-08-01 20:01 ` Yann E. MORIN
2023-08-01 21:09   ` James Hilliard
2023-08-02 14:11     ` Yann E. MORIN

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