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.9]) by mail.openembedded.org (Postfix) with ESMTP id D10CF65D3F for ; Thu, 23 Oct 2014 00:01:41 +0000 (UTC) Received: from mail.nefkom.net (unknown [192.168.8.184]) by mail-out.m-online.net (Postfix) with ESMTP id 3jNTJM0RmLz3hjF8; Thu, 23 Oct 2014 02:01:38 +0200 (CEST) X-Auth-Info: hM2FBRhU+0hEAs6NIv8hKdk3WxIGGg/5CtG72r+c9Ck= Received: from chi.localnet (unknown [195.140.253.167]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-auth.mnet-online.de (Postfix) with ESMTPSA id 3jNTJL17MkzvdWR; Thu, 23 Oct 2014 02:01:38 +0200 (CEST) From: Marek Vasut To: "Burton, Ross" Date: Thu, 23 Oct 2014 02:01:30 +0200 User-Agent: KMail/1.13.7 (Linux/3.13-trunk-amd64; KDE/4.13.1; x86_64; ; ) References: <1413746147-7120-1-git-send-email-marex@denx.de> In-Reply-To: MIME-Version: 1.0 Message-Id: <201410230201.30797.marex@denx.de> Cc: Paul Eggleton , Koen Kooi , OE-core Subject: Re: [PATCH 0/7] Add basic 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, 23 Oct 2014 00:01:45 -0000 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Thursday, October 23, 2014 at 01:26:01 AM, Burton, Ross wrote: > On 19 October 2014 20:15, Marek Vasut wrote: > > This series cleans up the code in kernel.bbclass and > > separates out the uImage generation. The last patch > > in this series then adds support for generation of the > > advanced successor of the uImage, the fitImage. > > > > This series adds only very rudimentary support for > > generation of fitImage. The advanced features might > > be added in subsequent patches. > > > > I would also like to thank Richard for explaining to > > me how to properly do the implementation and I hope > > this series is at least close to that. > > For what it's worth I pulled these patches for initial testing and I got > > build failures with the fsl-ppc kernel: > | "mkimage" command not found - U-Boot images will not be built > > https://autobuilder.yoctoproject.org/main/builders/nightly-fsl-ppc-lsb/buil > ds/77/steps/BuildImages/logs/stdio > > These patches were not the only ones pulled into that branch, but they're > the only relevant change that I can see. It looks like a native dependency > disappeared somewhere, can you have a look at this? Yes, thank you for spotting this. I will keep this in mind when submitting V2. I believe this is what Koen had in mind when he mentioned this patchset might break the BSPs. He even proposed a solution, but I need to dig in it a bit more and properly understand and implement it. Best regards, Marek Vasut