From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by mail.openembedded.org (Postfix) with ESMTP id 5AE9D70A36 for ; Thu, 7 Aug 2014 15:26:14 +0000 (UTC) Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3hTYGV62VSz3hj2n; Thu, 7 Aug 2014 17:17:22 +0200 (CEST) X-Auth-Info: 2W/OlUT1lRdlNp8u6Zz0fhsYLtk96Jytc5x32MKm73Y= Received: from chi.lan (unknown [195.140.253.167]) by smtp-auth.mnet-online.de (Postfix) with ESMTPA id 3hTYGV4yPYz7S6Rx; Thu, 7 Aug 2014 17:17:22 +0200 (CEST) From: Marek Vasut To: openembedded-core@lists.openembedded.org Date: Thu, 7 Aug 2014 17:17:07 +0200 Message-Id: <1407424632-32649-1-git-send-email-marex@denx.de> X-Mailer: git-send-email 2.0.0 Cc: Marek Vasut Subject: [PATCH 0/5] Add initial fitImage support X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2014 15:26:14 -0000 The fitImage is a successor of the U-Boot uImage format, which is considered legacy for years now. The fitImage allows packing multiple kernel images, DTBs and other artifacts into a single image, which can then be protected by SHA checksums and does even support signing the images for verified boot. This patchset is the first stab at adding the new image format into Yocto. Marek Vasut (5): Yocto: kernel: Rework do_uboot_mkimage Yocto: kernel: Pull out the linux.bin generation Yocto: kernel: Clean up KERNEL_IMAGETYPE_FOR_MAKE Yocto: kernel: Build DTBs early Yocto: kernel: Add basic fitImage support meta/classes/kernel.bbclass | 229 +++++++++++++++++++++++++++++--- meta/recipes-kernel/linux/linux-dtb.inc | 14 +- 2 files changed, 226 insertions(+), 17 deletions(-) -- 2.0.1