Re: [meta-rockchip] Backport patches to Whinlatter
Quentin Schulz <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
Hi Martin, Trevor,
On 4/20/26 12:14 PM, Martin Herren wrote:
> Dear maintainers,
>
> May I suggest the following 2 patches from meta-rockchip master to be back ported to the Whinlatter branch ?
>
> fitimage rework: fe7cfa748bb132cfbe322c1c6d586f09557dbeb2
>
This one is tricky. We shouldn't break existing users but this is a
patch that isn't backward compatible as we would require users to set
the RK_KERNEL_FITIMAGE variable to match the modifications they made to
KERNEL_IMAGETYPE/KERNEL_CLASSES in their own machine configuration file
based on the SoC machine include file. Can you tell us more about what
is broken before this is backported? Maybe there's another way to
implement a fix without breaking backward compatibility.
> bsp: rkbin: fix build since S = "${WORKDIR}/git" is implied by OE-Core: e59f6fcb66091ea5efe33f3f3d8be09b1f65bbfb
>
git tag --contains 46480a5e6674
(the commit listed in the commit log) returns the first whinlatter tag,
so should be fine to backport.
> I understand Whinlatter to soon enter EOL, it would make sense to have it enter EOL in a buildable state.
>
Yes, but not by potentially breaking existing users, so special care
needs to be taken. This is not a worry when we're working on the master.
Cheers,
Quentin