From: Javier Viguera Date: Tue, 21 Oct 2014 12:50:30 +0000 (+0200) Subject: nativesdk-packagegroup-sdk-host: add nativesdk-u-boot-mkimage X-Git-Tag: 2.1~830 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a5ddc0736dcb98bbbeb2268964eef0e2ee02ecd0;p=meta-freescale.git 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 --- diff --git a/meta-fsl-arm/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend b/meta-fsl-arm/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend index 3e8fa2f9..20545062 100644 --- a/meta-fsl-arm/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend +++ b/meta-fsl-arm/recipes-core/packagegroup/nativesdk-packagegroup-sdk-host.bbappend @@ -1,4 +1,5 @@ RDEPENDS_${PN} += " \ nativesdk-elftosb \ nativesdk-mxsldr \ + nativesdk-u-boot-mkimage \ "