mbox series

[RFC,kirkstone,scarthgap,styhead,0/2] uboot-extlinux-config.bbclass: add support for DTBOs

Message ID 20250117-extlinux-overlays-backport-v1-0-dad9fdb81777@cherry.de
Headers show
Series uboot-extlinux-config.bbclass: add support for DTBOs | expand

Message

Quentin Schulz Jan. 17, 2025, 4:40 p.m. UTC
I am not sure this is actually a desirable backport as it's not a
bugfix, hence the RFC.

Applies cleanly on top of all listed branch, nothing more done on my
side than that.

It's just that I'll need to support extlinux config with overlays in a
few weeks for my BSP layer based on scarthgap and modifying the behavior
from my own layer is not a lot of fun I'm expecting.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
Quentin Schulz (2):
      uboot-extlinux-config.bbclass: simplify FDT/FDTDIR logic
      uboot-extlinux-config.bbclass: add support for DTBOs

 meta/classes-recipe/uboot-extlinux-config.bbclass | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)
---
base-commit: 62dfe689246d648f9970a5476716e486b1a33765
change-id: 20250117-extlinux-overlays-backport-dbe19d15422f

Best regards,

Comments

Quentin Schulz Jan. 23, 2025, 5:25 p.m. UTC | #1
Hi all,

On 1/17/25 5:40 PM, Quentin Schulz wrote:
> I am not sure this is actually a desirable backport as it's not a
> bugfix, hence the RFC.
> 
> Applies cleanly on top of all listed branch, nothing more done on my
> side than that.
> 
> It's just that I'll need to support extlinux config with overlays in a
> few weeks for my BSP layer based on scarthgap and modifying the behavior
> from my own layer is not a lot of fun I'm expecting.
> 
> Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
> ---
> Quentin Schulz (2):
>        uboot-extlinux-config.bbclass: simplify FDT/FDTDIR logic
>        uboot-extlinux-config.bbclass: add support for DTBOs
> 

Just to let you know that we would need to backport 
https://git.openembedded.org/openembedded-core/commit/?id=a41fd633786a2404b5eee399ed0602e229c4be77 
as well if we agree to backporting those two.

Cheers,
Quentin
Quentin Schulz Jan. 31, 2025, 3:26 p.m. UTC | #2
Hi all,

On 1/23/25 6:25 PM, Quentin Schulz via lists.openembedded.org wrote:
> Hi all,
> 
> On 1/17/25 5:40 PM, Quentin Schulz wrote:
>> I am not sure this is actually a desirable backport as it's not a
>> bugfix, hence the RFC.
>>
>> Applies cleanly on top of all listed branch, nothing more done on my
>> side than that.
>>
>> It's just that I'll need to support extlinux config with overlays in a
>> few weeks for my BSP layer based on scarthgap and modifying the behavior
>> from my own layer is not a lot of fun I'm expecting.
>>
>> Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
>> ---
>> Quentin Schulz (2):
>>        uboot-extlinux-config.bbclass: simplify FDT/FDTDIR logic
>>        uboot-extlinux-config.bbclass: add support for DTBOs
>>
> 
> Just to let you know that we would need to backport https:// 
> eur02.safelinks.protection.outlook.com/? 
> url=https%3A%2F%2Fgit.openembedded.org%2Fopenembedded- 
> core%2Fcommit%2F%3Fid%3Da41fd633786a2404b5eee399ed0602e229c4be77&data=05%7C02%7Cquentin.schulz%40cherry.de%7Ceaa9390edb094803200008dd3bd2fb5d%7C5e0e1b5221b54e7b83bb514ec460677e%7C0%7C0%7C638732499539634128%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=KIVGxHBBRiA5kZN9mvrWI5GH%2BtaXTE3%2BaJkavsHMcX8%3D&reserved=0 as well if we agree to backporting those two.
> 

Just to let you know that because this is not a bug fix but a patch 
adding a feature, we need to get TSC 
(https://wiki.yoctoproject.org/wiki/TSC) approval before backporting. 
Since this is a specific process, the LTS maintainer(s) would prefer to 
do this only if there's some strong desire from the community to 
backport the patches here. This doesn't seem to be the case for now as 
this thread has stayed unanswered for two weeks. I myself declare this 
patch series now abandoned seeing I'm the only one who would like this 
backported for now. If this is a patch series you have interest in 
having backported, please answer to this mail and if there's enough 
interest it may be brought up to TSC later!

Cheers,
Quentin