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:
parent
04c8925ded
commit
41feae9ad6
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Copyright (C) 2014 Digi International.
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += " \
|
||||||
|
nativesdk-u-boot-mkimage \
|
||||||
|
"
|
||||||
Loading…
Reference in New Issue