All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] image-live.bbclass: fix iso + efi only
@ 2016-04-08  2:20 Robert Yang
  2016-04-08  2:20 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2016-04-08  2:20 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 5ebea1114d54120d5ff5d8a6cd148110d0fda23f:

  build-appliance-image: Update to master head revision (2016-04-06 23:54:57 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/iso_efi
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/iso_efi

Robert Yang (1):
  image-live.bbclass: fix iso + efi only

 meta/classes/image-live.bbclass | 1 +
 1 file changed, 1 insertion(+)

-- 
2.8.0



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

* [PATCH 1/1] image-live.bbclass: fix iso + efi only
  2016-04-08  2:20 [PATCH 0/1] image-live.bbclass: fix iso + efi only Robert Yang
@ 2016-04-08  2:20 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2016-04-08  2:20 UTC (permalink / raw)
  To: openembedded-core

When the user only builds iso + efi only, the syslinux-native which
provides isohybrid is required to build iso, so add syslinux-native to
DEPENDS.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/classes/image-live.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/image-live.bbclass b/meta/classes/image-live.bbclass
index c837fbf..c8a8610 100644
--- a/meta/classes/image-live.bbclass
+++ b/meta/classes/image-live.bbclass
@@ -32,6 +32,7 @@ do_bootimg[depends] += "dosfstools-native:do_populate_sysroot \
                         cdrtools-native:do_populate_sysroot \
                         virtual/kernel:do_deploy \
                         ${MLPREFIX}syslinux:do_populate_sysroot \
+                        syslinux-native:do_populate_sysroot \
                         ${@oe.utils.ifelse(d.getVar('COMPRESSISO', False),'zisofs-tools-native:do_populate_sysroot','')} \
                         ${PN}:do_image_ext4 \
                         "
-- 
2.8.0



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

end of thread, other threads:[~2016-04-08  2:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-08  2:20 [PATCH 0/1] image-live.bbclass: fix iso + efi only Robert Yang
2016-04-08  2:20 ` [PATCH 1/1] " Robert Yang

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.