All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nativesdk-packagegroup-sdk-host: add nativesdk-u-boot-mkimage
@ 2014-10-02  8:06 Javier Viguera
  2014-10-02 10:49 ` Burton, Ross
  0 siblings, 1 reply; 8+ messages in thread
From: Javier Viguera @ 2014-10-02  8:06 UTC (permalink / raw)
  To: openembedded-core

Add the 'mkimage' host tool to the toolchains generated with 'bitbake
meta-toolchain' or with 'bitbake -c populate_sdk <image>'.

This allows to use the standalone toolchain to build kernel images of
type uImage (with u-boot header)

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
---
 meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
index 0c6a530be6f9..ab68e2ffd3a7 100644
--- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
+++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
@@ -24,6 +24,7 @@ RDEPENDS_${PN} = "\
     nativesdk-makedevs \
     nativesdk-smartpm \
     nativesdk-postinst-intercept \
+    nativesdk-u-boot-mkimage \
     "
 
 RDEPENDS_${PN}_darwin = "\


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

end of thread, other threads:[~2014-10-03 12:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-02  8:06 [PATCH] nativesdk-packagegroup-sdk-host: add nativesdk-u-boot-mkimage Javier Viguera
2014-10-02 10:49 ` Burton, Ross
2014-10-02 14:34   ` Viguera, Javier
2014-10-02 14:40     ` Burton, Ross
2014-10-02 16:51       ` Viguera, Javier
2014-10-02 19:02         ` Otavio Salvador
2014-10-03  6:59           ` Viguera, Javier
2014-10-03 12:20             ` Otavio Salvador

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.