Re: [OE-core] [PATCH v2 0/6] Use the kernel from sstate when building fitImages

2024-07-24 Thread Alexandre Belloni via lists.openembedded.org
Hello, I'm pretty sure this causes this failure: https://autobuilder.yoctoproject.org/typhoon/#/builders/151/builds/2005/steps/12/logs/stdio And also those oe-selftest failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/80/builds/6945/steps/14/logs/stdio https://autobuilder.yoctop

Re: [OE-core] [PATCH v2 0/6] Use the kernel from sstate when building fitImages

2024-07-18 Thread Martin Jansa
On Thu, Jul 18, 2024 at 2:37 PM Adrian Freihofer wrote: > > On Thu, 2024-07-18 at 10:39 +0200, Martin Jansa wrote: > > On Thu, Jul 18, 2024 at 10:00 AM Adrian Freihofer > > wrote: > > > > > > Hi Martin > > > > > > Thank you for looking at my patches. > > > > > > On Mon, 2024-07-15 at 16:32 +0200,

Re: [OE-core] [PATCH v2 0/6] Use the kernel from sstate when building fitImages

2024-07-18 Thread Adrian Freihofer
On Thu, 2024-07-18 at 11:28 +0100, Jose Quaresma wrote: > > > Adrian Freihofer via lists.openembedded.org > escreveu (quinta, > 18/07/2024 à(s) 09:00): > > Hi Martin > > > > Thank you for looking at my patches. > > > > On Mon, 2024-07-15 at 16:32 +0200, Martin Jansa wrote: > > > Doesn't it sti

Re: [OE-core] [PATCH v2 0/6] Use the kernel from sstate when building fitImages

2024-07-18 Thread Adrian Freihofer
On Thu, 2024-07-18 at 10:39 +0200, Martin Jansa wrote: > On Thu, Jul 18, 2024 at 10:00 AM Adrian Freihofer > wrote: > > > > Hi Martin > > > > Thank you for looking at my patches. > > > > On Mon, 2024-07-15 at 16:32 +0200, Martin Jansa wrote: > > > Doesn't it still rebuild from scratch when IMAG

Re: [OE-core] [PATCH v2 0/6] Use the kernel from sstate when building fitImages

2024-07-18 Thread Jose Quaresma
Adrian Freihofer via lists.openembedded.org escreveu (quinta, 18/07/2024 à(s) 09:00): > Hi Martin > > Thank you for looking at my patches. > > On Mon, 2024-07-15 at 16:32 +0200, Martin Jansa wrote: > > Doesn't it still rebuild from scratch when IMAGE_VERSION_SUFFIX > > changes? > > I wonder why t

Re: [OE-core] [PATCH v2 0/6] Use the kernel from sstate when building fitImages

2024-07-18 Thread Martin Jansa
On Thu, Jul 18, 2024 at 10:00 AM Adrian Freihofer wrote: > > Hi Martin > > Thank you for looking at my patches. > > On Mon, 2024-07-15 at 16:32 +0200, Martin Jansa wrote: > > Doesn't it still rebuild from scratch when IMAGE_VERSION_SUFFIX > > changes? > > I wonder why this happens in WebOS. I thin

Re: [OE-core] [PATCH v2 0/6] Use the kernel from sstate when building fitImages

2024-07-18 Thread Adrian Freihofer
Hi Martin Thank you for looking at my patches. On Mon, 2024-07-15 at 16:32 +0200, Martin Jansa wrote: > Doesn't it still rebuild from scratch when IMAGE_VERSION_SUFFIX > changes? I wonder why this happens in WebOS. I think that this line kernel_do_deploy[vardepsexclude] = "DATETIME" prevents suc

Re: [OE-core] [PATCH v2 0/6] Use the kernel from sstate when building fitImages

2024-07-15 Thread Martin Jansa
Doesn't it still rebuild from scratch when IMAGE_VERSION_SUFFIX changes? To be able to re-use the kernel from sstate even when IMAGE_VERSION_SUFFIX changes I've implemented: https://bugzilla.yoctoproject.org/show_bug.cgi?id=12937 which was unfortunately rejected due to lack of interest from other

Re: [OE-core] [PATCH v2 0/6] Use the kernel from sstate when building fitImages

2024-07-15 Thread Adrian Freihofer
task-depends Task dependeny changes Configuration: image, fitimage, initramfs, unbundled KERNEL_IMAGETYPE = "Image" KERNEL_IMAGETYPES += " fitImage " KERNEL_CLASSES = " kernel-fitimage " IMAGE_FSTYPES += "cpio.gz" INITRAMFS_IMAGE = "core-image-minimal-initramfs" branch: master depe

[OE-core] [PATCH v2 0/6] Use the kernel from sstate when building fitImages

2024-07-15 Thread Adrian Freihofer
Changes in comparison to v1: - Add the missing dependency from do_image_wic to initramfs.do_image_complete which caused the build failure on the AB. - Support symbolic links for $dtb_path again, as suggested by Mark. - Simplify the refactoring of the uboot_prep_kimage function. - Evaluate staging