All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][master][PATCH] weston: upgrade weston bbappend to 16.0.0
@ 2026-08-11 15:00 Antoine Gouby
  2026-08-11 15:28 ` PRC Automation
  2026-08-11 18:19 ` Denys Dmytriyenko
  0 siblings, 2 replies; 6+ messages in thread
From: Antoine Gouby @ 2026-08-11 15:00 UTC (permalink / raw)
  To: meta-ti; +Cc: Antoine Gouby, Francesco Dolcini

From: Antoine Gouby <antoine.gouby@toradex.com>

Commit ad85da159d41 ("weston: upgrade 15.0.1 -> 16.0.0") from OE-core
bumped weston to 16.0.0, but the meta-ti bbappend was still named for
the 15.0.x version and was therefore no longer being applied. Rename
the bbappend to match the new version.

Signed-off-by: Antoine Gouby <antoine.gouby@toradex.com>
---
 .../wayland/{weston_15.0.%.bbappend => weston_16.0.%.bbappend}    | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta-ti-bsp/recipes-graphics/wayland/{weston_15.0.%.bbappend => weston_16.0.%.bbappend} (100%)

diff --git a/meta-ti-bsp/recipes-graphics/wayland/weston_15.0.%.bbappend b/meta-ti-bsp/recipes-graphics/wayland/weston_16.0.%.bbappend
similarity index 100%
rename from meta-ti-bsp/recipes-graphics/wayland/weston_15.0.%.bbappend
rename to meta-ti-bsp/recipes-graphics/wayland/weston_16.0.%.bbappend
-- 
2.55.0



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-ti][master][PATCH] weston: upgrade weston bbappend to 16.0.0
  2026-08-11 15:00 [meta-ti][master][PATCH] weston: upgrade weston bbappend to 16.0.0 Antoine Gouby
@ 2026-08-11 15:28 ` PRC Automation
  2026-08-11 18:19 ` Denys Dmytriyenko
  1 sibling, 0 replies; 6+ messages in thread
From: PRC Automation @ 2026-08-11 15:28 UTC (permalink / raw)
  To: Antoine Gouby; +Cc: meta-ti, Antoine Gouby, Francesco Dolcini

meta-ti / na / 20260811150043.97146-1-antoine.gouby

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
WARN - [meta-ti][master][PATCH] weston: upgrade weston bbappend to 16.0.0
    WARN: Commit message does not include file/recipe name: weston: upgrade weston bbappend to 16.0.0. (COMMIT-MESSAGE-2)
        patch
    
    For details on the above errors/warnings visit: https://lists.yoctoproject.org/g/meta-ti/wiki/40887



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master][PATCH] weston: upgrade weston bbappend to 16.0.0
- Submitter: From: Antoine Gouby <antoine.gouby@gmail.com>
From: Antoine Gouby <antoine.gouby@toradex.com>
- Date: Date: Tue, 11 Aug 2026 17:00:40 +0200
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 66d7152877a329ae404c71a4341b686a2640aa62

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: TEST: linux-ti-staging: Add testing dtbo and build command
- Commit SHA: dee29d47fde9ce17751e65d565bdea69d66dd659

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS



=========================================================
  yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-ti][master][PATCH] weston: upgrade weston bbappend to 16.0.0
  2026-08-11 15:00 [meta-ti][master][PATCH] weston: upgrade weston bbappend to 16.0.0 Antoine Gouby
  2026-08-11 15:28 ` PRC Automation
@ 2026-08-11 18:19 ` Denys Dmytriyenko
  2026-08-11 19:08   ` Antonios Christidis
  1 sibling, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2026-08-11 18:19 UTC (permalink / raw)
  To: antoine.gouby; +Cc: meta-ti, Antoine Gouby, Francesco Dolcini, reatmon

On Tue, Aug 11, 2026 at 05:00:40PM +0200, Antoine Gouby via lists.yoctoproject.org wrote:
> From: Antoine Gouby <antoine.gouby@toradex.com>
> 
> Commit ad85da159d41 ("weston: upgrade 15.0.1 -> 16.0.0") from OE-core
> bumped weston to 16.0.0, but the meta-ti bbappend was still named for
> the 15.0.x version and was therefore no longer being applied. Rename
> the bbappend to match the new version.

NAK.

This hasn't been tested at all. The bbappend applies 2 patches that no longer 
apply cleanly to version 16.

I have a proper change that I'm currently testing locally.


> Signed-off-by: Antoine Gouby <antoine.gouby@toradex.com>
> ---
>  .../wayland/{weston_15.0.%.bbappend => weston_16.0.%.bbappend}    | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename meta-ti-bsp/recipes-graphics/wayland/{weston_15.0.%.bbappend => weston_16.0.%.bbappend} (100%)
> 
> diff --git a/meta-ti-bsp/recipes-graphics/wayland/weston_15.0.%.bbappend b/meta-ti-bsp/recipes-graphics/wayland/weston_16.0.%.bbappend
> similarity index 100%
> rename from meta-ti-bsp/recipes-graphics/wayland/weston_15.0.%.bbappend
> rename to meta-ti-bsp/recipes-graphics/wayland/weston_16.0.%.bbappend
> -- 
> 2.55.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-ti][master][PATCH] weston: upgrade weston bbappend to 16.0.0
  2026-08-11 18:19 ` Denys Dmytriyenko
@ 2026-08-11 19:08   ` Antonios Christidis
  2026-08-11 19:58     ` Ryan Eatmon
  2026-08-11 20:02     ` Denys Dmytriyenko
  0 siblings, 2 replies; 6+ messages in thread
From: Antonios Christidis @ 2026-08-11 19:08 UTC (permalink / raw)
  To: Denys Dmytriyenko, antoine.gouby
  Cc: meta-ti, Antoine Gouby, Francesco Dolcini, reatmon


On 8/11/26 1:19 PM, Denys Dmytriyenko wrote:
> On Tue, Aug 11, 2026 at 05:00:40PM +0200, Antoine Gouby via lists.yoctoproject.org wrote:
>> From: Antoine Gouby <antoine.gouby@toradex.com>
>>
>> Commit ad85da159d41 ("weston: upgrade 15.0.1 -> 16.0.0") from OE-core
>> bumped weston to 16.0.0, but the meta-ti bbappend was still named for
>> the 15.0.x version and was therefore no longer being applied. Rename
>> the bbappend to match the new version.
> NAK.
>
> This hasn't been tested at all. The bbappend applies 2 patches that no longer
> apply cleanly to version 16.
>
> I have a proper change that I'm currently testing locally.

The current graphics driver does not officially support Weston 16.

I can run the full test suite for graphics, and see if this move is 
feasible. Otherwise we need to wait for the next version of the driver.


~ Antonios

>
>> Signed-off-by: Antoine Gouby <antoine.gouby@toradex.com>
>> ---
>>   .../wayland/{weston_15.0.%.bbappend => weston_16.0.%.bbappend}    | 0
>>   1 file changed, 0 insertions(+), 0 deletions(-)
>>   rename meta-ti-bsp/recipes-graphics/wayland/{weston_15.0.%.bbappend => weston_16.0.%.bbappend} (100%)
>>
>> diff --git a/meta-ti-bsp/recipes-graphics/wayland/weston_15.0.%.bbappend b/meta-ti-bsp/recipes-graphics/wayland/weston_16.0.%.bbappend
>> similarity index 100%
>> rename from meta-ti-bsp/recipes-graphics/wayland/weston_15.0.%.bbappend
>> rename to meta-ti-bsp/recipes-graphics/wayland/weston_16.0.%.bbappend
>> -- 
>> 2.55.0
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#20247): https://lists.yoctoproject.org/g/meta-ti/message/20247
>> Mute This Topic: https://lists.yoctoproject.org/mt/120702649/9164840
>> Group Owner: meta-ti+owner@lists.yoctoproject.org
>> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [a-christidis@ti.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-ti][master][PATCH] weston: upgrade weston bbappend to 16.0.0
  2026-08-11 19:08   ` Antonios Christidis
@ 2026-08-11 19:58     ` Ryan Eatmon
  2026-08-11 20:02     ` Denys Dmytriyenko
  1 sibling, 0 replies; 6+ messages in thread
From: Ryan Eatmon @ 2026-08-11 19:58 UTC (permalink / raw)
  To: Antonios Christidis, Denys Dmytriyenko, antoine.gouby
  Cc: meta-ti, Antoine Gouby, Francesco Dolcini



On 8/11/2026 2:08 PM, Antonios Christidis wrote:
> 
> On 8/11/26 1:19 PM, Denys Dmytriyenko wrote:
>> On Tue, Aug 11, 2026 at 05:00:40PM +0200, Antoine Gouby via 
>> lists.yoctoproject.org wrote:
>>> From: Antoine Gouby <antoine.gouby@toradex.com>
>>>
>>> Commit ad85da159d41 ("weston: upgrade 15.0.1 -> 16.0.0") from OE-core
>>> bumped weston to 16.0.0, but the meta-ti bbappend was still named for
>>> the 15.0.x version and was therefore no longer being applied. Rename
>>> the bbappend to match the new version.
>> NAK.
>>
>> This hasn't been tested at all. The bbappend applies 2 patches that no 
>> longer
>> apply cleanly to version 16.
>>
>> I have a proper change that I'm currently testing locally.
> 
> The current graphics driver does not officially support Weston 16.
> 
> I can run the full test suite for graphics, and see if this move is 
> feasible. Otherwise we need to wait for the next version of the driver.

Well, we cannot "wait".  Something has to change.  If we can't move to 
16, then someone needs to backport the 15 files from oe-core and setup 
the needed version for weston in the ti-bsp file.

I don't really care which solution we go with, but we need to do 
something to fix the breakage we have.

> 
> ~ Antonios
> 
>>
>>> Signed-off-by: Antoine Gouby <antoine.gouby@toradex.com>
>>> ---
>>>   .../wayland/{weston_15.0.%.bbappend => weston_16.0.%.bbappend}    | 0
>>>   1 file changed, 0 insertions(+), 0 deletions(-)
>>>   rename meta-ti-bsp/recipes-graphics/wayland/{weston_15.0.%.bbappend 
>>> => weston_16.0.%.bbappend} (100%)
>>>
>>> diff --git 
>>> a/meta-ti-bsp/recipes-graphics/wayland/weston_15.0.%.bbappend 
>>> b/meta-ti-bsp/recipes-graphics/wayland/weston_16.0.%.bbappend
>>> similarity index 100%
>>> rename from meta-ti-bsp/recipes-graphics/wayland/weston_15.0.%.bbappend
>>> rename to meta-ti-bsp/recipes-graphics/wayland/weston_16.0.%.bbappend
>>> -- 
>>> 2.55.0
>>>
>>> -=-=-=-=-=-=-=-=-=-=-=-
>>> Links: You receive all messages sent to this group.
>>> View/Reply Online (#20247): 
>>> https://lists.yoctoproject.org/g/meta-ti/message/20247
>>> Mute This Topic: https://lists.yoctoproject.org/mt/120702649/9164840
>>> Group Owner: meta-ti+owner@lists.yoctoproject.org
>>> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
>>> [a-christidis@ti.com]
>>> -=-=-=-=-=-=-=-=-=-=-=-
>>>

-- 
Ryan Eatmon                reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-ti][master][PATCH] weston: upgrade weston bbappend to 16.0.0
  2026-08-11 19:08   ` Antonios Christidis
  2026-08-11 19:58     ` Ryan Eatmon
@ 2026-08-11 20:02     ` Denys Dmytriyenko
  1 sibling, 0 replies; 6+ messages in thread
From: Denys Dmytriyenko @ 2026-08-11 20:02 UTC (permalink / raw)
  To: Antonios Christidis
  Cc: antoine.gouby, meta-ti, Antoine Gouby, Francesco Dolcini, reatmon

On Tue, Aug 11, 2026 at 02:08:43PM -0500, Antonios Christidis wrote:
> 
> On 8/11/26 1:19 PM, Denys Dmytriyenko wrote:
> >On Tue, Aug 11, 2026 at 05:00:40PM +0200, Antoine Gouby via lists.yoctoproject.org wrote:
> >>From: Antoine Gouby <antoine.gouby@toradex.com>
> >>
> >>Commit ad85da159d41 ("weston: upgrade 15.0.1 -> 16.0.0") from OE-core
> >>bumped weston to 16.0.0, but the meta-ti bbappend was still named for
> >>the 15.0.x version and was therefore no longer being applied. Rename
> >>the bbappend to match the new version.
> >NAK.
> >
> >This hasn't been tested at all. The bbappend applies 2 patches that no longer
> >apply cleanly to version 16.
> >
> >I have a proper change that I'm currently testing locally.
> 
> The current graphics driver does not officially support Weston 16.
> 
> I can run the full test suite for graphics, and see if this move is
> feasible. Otherwise we need to wait for the next version of the
> driver.

We first need to resolve the build breakage in master, since OE-Core now only 
has version 16.0.0 of weston.

The driver support for weston 16 is a runtime issue. If the driver cannot be 
updated quickly, then we could look into overlaying weston 15 temporarily, but 
it would be not very straightforward to do w/o breaking Yocto Compatibility.


> ~ Antonios
> 
> >
> >>Signed-off-by: Antoine Gouby <antoine.gouby@toradex.com>
> >>---
> >>  .../wayland/{weston_15.0.%.bbappend => weston_16.0.%.bbappend}    | 0
> >>  1 file changed, 0 insertions(+), 0 deletions(-)
> >>  rename meta-ti-bsp/recipes-graphics/wayland/{weston_15.0.%.bbappend => weston_16.0.%.bbappend} (100%)
> >>
> >>diff --git a/meta-ti-bsp/recipes-graphics/wayland/weston_15.0.%.bbappend b/meta-ti-bsp/recipes-graphics/wayland/weston_16.0.%.bbappend
> >>similarity index 100%
> >>rename from meta-ti-bsp/recipes-graphics/wayland/weston_15.0.%.bbappend
> >>rename to meta-ti-bsp/recipes-graphics/wayland/weston_16.0.%.bbappend
> >>-- 
> >>2.55.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-08-11 20:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-11 15:00 [meta-ti][master][PATCH] weston: upgrade weston bbappend to 16.0.0 Antoine Gouby
2026-08-11 15:28 ` PRC Automation
2026-08-11 18:19 ` Denys Dmytriyenko
2026-08-11 19:08   ` Antonios Christidis
2026-08-11 19:58     ` Ryan Eatmon
2026-08-11 20:02     ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.