From 41feae9ad6b79c717d224ba2fda49cb2dbd0a15d Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Thu, 2 Oct 2014 19:08:05 +0200 Subject: [PATCH] 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) https://jira.digi.com/browse/DEL-1003 Signed-off-by: Javier Viguera --- .../packagegroups/nativesdk-packagegroup-sdk-host.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-digi-dey/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend diff --git a/meta-digi-dey/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend b/meta-digi-dey/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend new file mode 100644 index 000000000..4e9734b13 --- /dev/null +++ b/meta-digi-dey/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend @@ -0,0 +1,5 @@ +# Copyright (C) 2014 Digi International. + +RDEPENDS_${PN} += " \ + nativesdk-u-boot-mkimage \ +"