]> code.ossystems Code Review - meta-freescale.git/commitdiff
nativesdk-packagegroup-sdk-host: add nativesdk-u-boot-mkimage
authorJavier Viguera <javier.viguera@digi.com>
Tue, 21 Oct 2014 12:50:30 +0000 (14:50 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 23 Oct 2014 22:00:56 +0000 (20:00 -0200)
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>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend

index 3e8fa2f91ddda6597032b810dad748b3f9756116..20545062353a0c184612387cdb9dd39d4ee15bbc 100644 (file)
@@ -1,4 +1,5 @@
 RDEPENDS_${PN} += " \
     nativesdk-elftosb \
     nativesdk-mxsldr \
+    nativesdk-u-boot-mkimage \
 "