mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 13:36:22 +02:00
grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
Until now, the default title of a boot entry is its label. The label is a variable which determines the script to run during an early boot stage and is not necessarily human readable. This patch allows to provide a human-readable title for each boot entry. (From OE-Core rev: a5a7f6ada786b7f2c1a317f20b7e642f1e978de9) Signed-off-by: Simon A. Eugster <simon.eu@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5b6c0bfbf5
commit
11098a9725
@@ -23,7 +23,7 @@ python do_configure() {
|
||||
bb.build.exec_func('build_efi_cfg', d)
|
||||
}
|
||||
|
||||
do_configure[vardeps] += "APPEND ROOT"
|
||||
do_configure[vardeps] += "APPEND ROOT GRUB_TITLE"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${EFI_FILES_PATH}
|
||||
|
||||
Reference in New Issue
Block a user