> -----Original Message----- > From: Burton, Ross [mailto:[email protected]] > > On 2 October 2014 09:06, Javier Viguera <[email protected]> > wrote: > > Add the 'mkimage' host tool to the toolchains generated with 'bitbake > > meta-toolchain' or with 'bitbake -c populate_sdk <image>'. > > But not all BSPs uses u-boot. Having the bootloader tooling makes > sense, but it needs to be the right tooling.
Hi Ross, I was not targeting any specific BSP. I was just using a generic toolchain created with poky. My steps: 1. Clone Poky (or oe-core) 2. Created a generic project and configure for 'qemuarm' (MACHINE=qemuarm changed in local.conf) 3. bitbake meta-toolchain With this toolchain you can build zImage kernel images but not uImage. Sure the uImage is to be used with u-boot, but I see the value of having a generic ARM toolchain and that still allows me to create uImage files. The mkimage binary adds about 80 KB in a 273 MB toolchain (doesn't seem too much). -- jviguera -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
