From b760d70e3d4cf3e7242c9dc58814c15bb68b21ca Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Tue, 21 Oct 2014 14:50:30 +0200 Subject: 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 '. This allows to use the standalone toolchain to build kernel images of type uImage (with u-boot header) Signed-off-by: Javier Viguera Signed-off-by: Otavio Salvador --- 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 3e8fa2f..2054506 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 \ " -- cgit v1.2.3-54-g00ecf