aws4embeddedlinux / meta-aws

The metadata layer for baking AWS device software to Embedded Linux distributions built by the Yocto Project build system.
MIT License
127 stars 86 forks source link

Backport Request: aws-sdk-cpp update for scarthgap #10437

Closed kledom closed 4 hours ago

kledom commented 1 day ago

Hello, I’m encountering an issue with meta-aws for Yocto 5.0 (Scarthgap) that has already been resolved in aws-sdk-cpp version 1.11.443 via commit 54ff0aae53.

However, while updates for dependencies like aws-crt-cpp are consistently backported to Scarthgap, this does not appear to be the case for aws-sdk-cpp.

Could you clarify the rationale behind this discrepancy? Additionally, is there a timeline or plan for updating aws-sdk-cpp on Scarthgap?

Thank you for your assistance!

thomas-roos commented 1 day ago

Hi, thanks for asking. Usually everything that can be backported, will be backported to active releases. -next branches are fast forwarded merged to release branches usually Mondays. The automatic backport for this seems to be broken since two weeks. It is already on my list for Monday, but feel free to submit a pr for the upgrade to scarthgap next branch. Then it is for sure on the scarthgap release on Monday. Hope that helps. Cheers, Thomas