mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
gummiboot.bbclass: Ensure MLPREFIX is applied to depends flag
Add MLPREFIX to depends flag to ensure the correct gummiboot is dependended upon. (From OE-Core rev: 9ed2b77aafe5bcd57da56377e6e58dae0c1fcfaf) Signed-off-by: Ming Liu <ming.liu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
# Set EFI_PROVIDER = "gummiboot" to use gummiboot on your live images instead of grub-efi
|
||||
# (images built by bootimage.bbclass or boot-directdisk.bbclass)
|
||||
|
||||
do_bootimg[depends] += "gummiboot:do_deploy"
|
||||
do_bootdirectdisk[depends] += "gummiboot:do_deploy"
|
||||
do_bootimg[depends] += "${MLPREFIX}gummiboot:do_deploy"
|
||||
do_bootdirectdisk[depends] += "${MLPREFIX}gummiboot:do_deploy"
|
||||
|
||||
EFIDIR = "/EFI/BOOT"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user