Re: [OE-core] [PATCH v2] kernel-fitimage.bbclass: Deploy fitImage without Initramfs

2018-03-08 Thread Vineeth Karumanchi
Hi Vincent, Thanks, I was using the second one. The auto builder uses http://git.openembedded.org and the patches should be on top of it ? Thanks Vineeth On 03/08/2018 02:09 PM, Vincent Prince wrote: Hi Vineeth, I think it's because this class can be found in those two repos and error

Re: [OE-core] [PATCH v2] kernel-fitimage.bbclass: Deploy fitImage without Initramfs

2018-03-08 Thread Vincent Prince
Hi Vineeth, I think it's because this class can be found in those two repos and error log tells it should be based on first one: http://git.openembedded.org/openembedded-core/tree/meta/classes/kernel-fitimage.bbclass

Re: [OE-core] [PATCH v2] kernel-fitimage.bbclass: Deploy fitImage without Initramfs

2018-03-07 Thread Vineeth Karumanchi
Hi, I am getting the patch failure error saying unable to apply. https://patchwork.openembedded.org/series/11297/ I did these steps: - git clone git://git.yoctoproject.org/poky ( master is at 83cd2b3e775235942dd4201622dc5cc2d4328994 ) - Applied this patch, it went well. Can you please

[OE-core] [PATCH v2] kernel-fitimage.bbclass: Deploy fitImage without Initramfs

2018-03-07 Thread Vineeth Chowdary Karumanchi
This patch deploys fitImage (linux.bin + dtb ). The use case is to have 2 partioned sd card, with FAT partition having bootloader + fitImage and ext4 partion having rootfs. Signed-off-by: Vineeth Chowdary Karumanchi --- v2: Proper signed off ---