mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
bootimg.bbclass: merge it into image-live.bbclass
They are doing the same things: create live images, merge them into one bbclass makes it easy to understand. (From OE-Core rev: bfd4d95210b3f841aa2e7c5a06ac89667523438d) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
723fa563a0
commit
d6d75260fa
@@ -4,7 +4,7 @@
|
||||
|
||||
# gummiboot.bbclass - equivalent of grub-efi.bbclass
|
||||
# Set EFI_PROVIDER = "gummiboot" to use gummiboot on your live images instead of grub-efi
|
||||
# (images built by bootimage.bbclass or boot-directdisk.bbclass)
|
||||
# (images built by image-live.bbclass or image-vm.bbclass)
|
||||
|
||||
do_bootimg[depends] += "${MLPREFIX}gummiboot:do_deploy"
|
||||
do_bootdirectdisk[depends] += "${MLPREFIX}gummiboot:do_deploy"
|
||||
|
||||
Reference in New Issue
Block a user