Re: [OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage generation

2017-10-18 Thread Thomas PERROT
Hi, I updated the commit message with the reason for the third change. When INITRAMFS_IMAGE_BUNDLE is set to 1 and the kernel image type is a fitimage the task do_bundle_initramfs should be only substitute the initramfs of KERNEL_IMAGETYPE_FOR_MAKE (e.g Image for aarch64, zImage for arm...).

Re: [OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage generation

2017-10-18 Thread André Draszik
On Wed, 2017-10-18 at 09:46 +0200, Thomas Perrot wrote: > - Bad image type replacement for aarch64 > - Fix DTB path in fitimage.its > - Ignore fitImage type in do_bundle_initramfs task because the packaging > is made by do_assemble_fitimage_initramfs > > Signed-off-by: Thomas Perrot

[OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage generation

2017-10-18 Thread Thomas Perrot
- Bad image type replacement for aarch64 - Fix DTB path in fitimage.its - Ignore fitImage type in do_bundle_initramfs task because the packaging is made by do_assemble_fitimage_initramfs Signed-off-by: Thomas Perrot --- meta/classes/kernel-fitimage.bbclass | 6 +-

Re: [OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage generation

2017-10-18 Thread André Draszik
On Tue, 2017-10-17 at 18:54 +0200, Thomas Perrot wrote: > - Bad image type replacement for aarch64 > - Fix DTB path in fitimage.its > - Ignore fitImage type during the packaging of the initramfs > > Signed-off-by: Thomas Perrot > --- > meta/classes/kernel-fitimage.bbclass

Re: [OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage generation

2017-10-18 Thread André Draszik
On Tue, 2017-10-17 at 17:56 +0100, Burton, Ross wrote: > Is this *only* for Pyro or should it be applied to master too? I've posted backport requests from master to pyro recently which touch similar locations. Can those be applied first please. Namely... > On 17 October 2017 at 17:54, Thomas

Re: [OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage generation

2017-10-17 Thread Denys Dmytriyenko
xilinx.com> > > Cc: Thomas Perrot <thomas.per...@tupi.fr>; openembedded- > > c...@lists.openembedded.org > > Subject: Re: [OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage > > generation > > > > On Tue, Oct 17, 2017 at 09:35:12PM +, Manjukum

Re: [OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage generation

2017-10-17 Thread Denys Dmytriyenko
Dmytriyenko > > Sent: Tuesday, October 17, 2017 12:09 PM > > To: Thomas Perrot <thomas.per...@tupi.fr> > > Cc: openembedded-core@lists.openembedded.org > > Subject: Re: [OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage > > generation > > > &

Re: [OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage generation

2017-10-17 Thread Denys Dmytriyenko
On Tue, Oct 17, 2017 at 06:54:24PM +0200, Thomas Perrot wrote: > - Bad image type replacement for aarch64 > - Fix DTB path in fitimage.its I've seen the above 2 fixes before, but they never made it. > - Ignore fitImage type during the packaging of the initramfs Can you please explain this one

Re: [OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage generation

2017-10-17 Thread Burton, Ross
Is this *only* for Pyro or should it be applied to master too? Ross On 17 October 2017 at 17:54, Thomas Perrot wrote: > - Bad image type replacement for aarch64 > - Fix DTB path in fitimage.its > - Ignore fitImage type during the packaging of the initramfs > >

[OE-core] [meta][pyro][PATCH] Fix some issues in the fitImage generation

2017-10-17 Thread Thomas Perrot
- Bad image type replacement for aarch64 - Fix DTB path in fitimage.its - Ignore fitImage type during the packaging of the initramfs Signed-off-by: Thomas Perrot --- meta/classes/kernel-fitimage.bbclass | 6 +- meta/classes/kernel.bbclass | 4 +++- 2 files