summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorSimon A. Eugster <simon.eu@gmail.com>2025-01-15 09:55:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-20 13:38:59 +0000
commit11098a9725e60193ca3514cb8ac413932cbe8553 (patch)
tree1ad2f09a24a7541bab56f670cf97d81e46a797cc /meta/recipes-bsp
parent5b6c0bfbf5a9b25c38fa7e1bc637f2eba151e73d (diff)
downloadpoky-11098a9725e60193ca3514cb8ac413932cbe8553.tar.gz
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>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/grub/grub-bootconf_1.00.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub-bootconf_1.00.bb b/meta/recipes-bsp/grub/grub-bootconf_1.00.bb
index fed3c7e9a3..a004e3a3b2 100644
--- a/meta/recipes-bsp/grub/grub-bootconf_1.00.bb
+++ b/meta/recipes-bsp/grub/grub-bootconf_1.00.bb
@@ -23,7 +23,7 @@ python do_configure() {
23 bb.build.exec_func('build_efi_cfg', d) 23 bb.build.exec_func('build_efi_cfg', d)
24} 24}
25 25
26do_configure[vardeps] += "APPEND ROOT" 26do_configure[vardeps] += "APPEND ROOT GRUB_TITLE"
27 27
28do_install() { 28do_install() {
29 install -d ${D}${EFI_FILES_PATH} 29 install -d ${D}${EFI_FILES_PATH}