* [PATCH] grub-efi.bbclass: Fixes GRUB_IMAGE when using boot-directdisk class
@ 2013-10-30 10:37 Joao Henrique Ferreira de Freitas
0 siblings, 0 replies; only message in thread
From: Joao Henrique Ferreira de Freitas @ 2013-10-30 10:37 UTC (permalink / raw)
To: openembedded-core
When boot-directdisk class is used and EFI boot is set the
grub-efi-${TRANSLATED_TARGET_ARCH}-native need to be dependent.
Allowing GRUB_IMAGE to be created and bootia32.efi got from the
image directory.
Signed-off-by: Joao Henrique Ferreira de Freitas <joaohf@gmail.com>
---
meta/classes/grub-efi.bbclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/classes/grub-efi.bbclass b/meta/classes/grub-efi.bbclass
index 96fb98b..3765bfd 100644
--- a/meta/classes/grub-efi.bbclass
+++ b/meta/classes/grub-efi.bbclass
@@ -16,6 +16,7 @@
# ${GRUB_TIMEOUT} - timeout before executing the deault label (optional)
do_bootimg[depends] += "grub-efi-${TRANSLATED_TARGET_ARCH}-native:do_deploy"
+do_bootdirectdisk[depends] += "grub-efi-${TRANSLATED_TARGET_ARCH}-native:do_deploy"
GRUB_SERIAL ?= "console=ttyS0,115200"
GRUBCFG = "${S}/grub.cfg"
--
1.8.3.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-10-30 10:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 10:37 [PATCH] grub-efi.bbclass: Fixes GRUB_IMAGE when using boot-directdisk class Joao Henrique Ferreira de Freitas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox