From: James Hilliard <james.hilliard1@gmail.com>
To: buildroot@buildroot.org
Cc: James Hilliard <james.hilliard1@gmail.com>,
Norbert Lange <nolange79@gmail.com>,
Sen Hastings <sen@phobosdpl.com>,
"Yann E . MORIN" <yann.morin.1998@free.fr>
Subject: [Buildroot] [PATCH 1/1] package/systemd: select kdb
Date: Mon, 31 Jul 2023 15:45:59 -0600 [thread overview]
Message-ID: <20230731214559.99648-1-james.hilliard1@gmail.com> (raw)
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
next reply other threads:[~2023-07-31 21:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-31 21:45 James Hilliard [this message]
2023-07-31 21:57 ` [Buildroot] [PATCH 1/1] package/systemd: select kdb 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230731214559.99648-1-james.hilliard1@gmail.com \
--to=james.hilliard1@gmail.com \
--cc=buildroot@buildroot.org \
--cc=nolange79@gmail.com \
--cc=sen@phobosdpl.com \
--cc=yann.morin.1998@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox