[meta-freescale] [meta-fsl-arm][PATCH] nativesdk-packagegroup-sdk-host: add nativesdk-u-boot-mkimage

Javier Viguera javier.viguera at digi.com
Tue Oct 21 05:50:30 PDT 2014


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 at digi.com>
---
 recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend b/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend
index 3e8fa2f91ddd..20545062353a 100644
--- a/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend
+++ b/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend
@@ -1,4 +1,5 @@
 RDEPENDS_${PN} += " \
     nativesdk-elftosb \
     nativesdk-mxsldr \
+    nativesdk-u-boot-mkimage \
 "


More information about the meta-freescale mailing list