nativesdk-packagegroup-sdk-host: add nativesdk-u-boot-mkimage

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)

https://jira.digi.com/browse/DEL-1003

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2014-10-02 19:08:05 +02:00
parent 04c8925ded
commit 41feae9ad6
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Copyright (C) 2014 Digi International.
RDEPENDS_${PN} += " \
nativesdk-u-boot-mkimage \
"