All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] syslinux.bbclass: Ensure MLPREFIX is applied to depends flag
@ 2014-06-19  8:42 Ming Liu
  2014-06-19  8:42 ` [PATCH 2/3] grub-efi.bbclass: " Ming Liu
  2014-06-19  8:43 ` [PATCH 3/3] gummiboot.bbclass: " Ming Liu
  0 siblings, 2 replies; 3+ messages in thread
From: Ming Liu @ 2014-06-19  8:42 UTC (permalink / raw)
  To: openembedded-core

Add MLPREFIX to depends flag to ensure the correct syslinux is
dependended upon.

Signed-off-by: Ming Liu <ming.liu@windriver.com>
---
 meta/classes/syslinux.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/syslinux.bbclass b/meta/classes/syslinux.bbclass
index 8964d3f..b9701bf 100644
--- a/meta/classes/syslinux.bbclass
+++ b/meta/classes/syslinux.bbclass
@@ -17,7 +17,7 @@
 # ${SYSLINUX_SERIAL_TTY} - Set alternate console=tty... kernel boot argument
 # ${SYSLINUX_KERNEL_ARGS} - Add additional kernel arguments
 
-do_bootimg[depends] += "syslinux:do_populate_sysroot \
+do_bootimg[depends] += "${MLPREFIX}syslinux:do_populate_sysroot \
                         syslinux-native:do_populate_sysroot"
 
 SYSLINUXCFG  = "${S}/syslinux.cfg"
-- 
1.8.4.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/3] grub-efi.bbclass: Ensure MLPREFIX is applied to depends flag
  2014-06-19  8:42 [PATCH 1/3] syslinux.bbclass: Ensure MLPREFIX is applied to depends flag Ming Liu
@ 2014-06-19  8:42 ` Ming Liu
  2014-06-19  8:43 ` [PATCH 3/3] gummiboot.bbclass: " Ming Liu
  1 sibling, 0 replies; 3+ messages in thread
From: Ming Liu @ 2014-06-19  8:42 UTC (permalink / raw)
  To: openembedded-core

Add MLPREFIX to depends flag to ensure the correct grub-efi is
dependended upon.

Signed-off-by: Ming Liu <ming.liu@windriver.com>
---
 meta/classes/grub-efi.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/classes/grub-efi.bbclass b/meta/classes/grub-efi.bbclass
index 5c80c17..505d032 100644
--- a/meta/classes/grub-efi.bbclass
+++ b/meta/classes/grub-efi.bbclass
@@ -15,8 +15,8 @@
 # ${GRUB_OPTS} - additional options to add to the config, ';' delimited # (optional)
 # ${GRUB_TIMEOUT} - timeout before executing the deault label (optional)
 
-do_bootimg[depends] += "grub-efi:do_deploy"
-do_bootdirectdisk[depends] += "grub-efi:do_deploy"
+do_bootimg[depends] += "${MLPREFIX}grub-efi:do_deploy"
+do_bootdirectdisk[depends] += "${MLPREFIX}grub-efi:do_deploy"
 
 GRUB_SERIAL ?= "console=ttyS0,115200"
 GRUBCFG = "${S}/grub.cfg"
-- 
1.8.4.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 3/3] gummiboot.bbclass: Ensure MLPREFIX is applied to depends flag
  2014-06-19  8:42 [PATCH 1/3] syslinux.bbclass: Ensure MLPREFIX is applied to depends flag Ming Liu
  2014-06-19  8:42 ` [PATCH 2/3] grub-efi.bbclass: " Ming Liu
@ 2014-06-19  8:43 ` Ming Liu
  1 sibling, 0 replies; 3+ messages in thread
From: Ming Liu @ 2014-06-19  8:43 UTC (permalink / raw)
  To: openembedded-core

Add MLPREFIX to depends flag to ensure the correct gummiboot is
dependended upon.

Signed-off-by: Ming Liu <ming.liu@windriver.com>
---
 meta/classes/gummiboot.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/classes/gummiboot.bbclass b/meta/classes/gummiboot.bbclass
index 0214652..dae1977 100644
--- a/meta/classes/gummiboot.bbclass
+++ b/meta/classes/gummiboot.bbclass
@@ -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"
 
-- 
1.8.4.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-06-19  8:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-19  8:42 [PATCH 1/3] syslinux.bbclass: Ensure MLPREFIX is applied to depends flag Ming Liu
2014-06-19  8:42 ` [PATCH 2/3] grub-efi.bbclass: " Ming Liu
2014-06-19  8:43 ` [PATCH 3/3] gummiboot.bbclass: " Ming Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.