diff mbox series

[RFC,meta-ti,master] meta-ti-bsp: Update mesa bbappend files for mesa-23

Message ID 20230327170809.2115712-1-theodore_roth@trimble.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [RFC,meta-ti,master] meta-ti-bsp: Update mesa bbappend files for mesa-23 | expand

Commit Message

Theodore A. Roth March 27, 2023, 5:08 p.m. UTC
From: "Theodore A. Roth" <troth@openavr.org>

The mesa recipes in oe-core have been updated to mesa-23 causing the
following build error:

    $ bitbake core-image-minimal
    Loading cache: 100% |                                               | ETA:  --:--:--
    Loaded 0 entries from dependency cache.
    Parsing recipes: 100% |#############################################| Time: 0:00:20
    Parsing of 2816 .bb files complete (0 cached, 2816 parsed). 4472 targets, 484 skipped, 0 masked, 0 errors.
    ERROR: No recipes in default available for:
      /build/../oe/meta-ti/meta-ti-bsp/recipes-graphics/mesa/mesa-gl_22.%.bbappend
      /build/../oe/meta-ti/meta-ti-bsp/recipes-graphics/mesa/mesa_22.%.bbappend

    Summary: There was 1 ERROR message, returning a non-zero exit code.

Signed-off-by: Theodore A. Roth <troth@openavr.org>
Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com>
---
 .../mesa/{mesa-gl_22.%.bbappend => mesa-gl_23.%.bbappend}         | 0
 .../mesa/{mesa_22.%.bbappend => mesa_23.%.bbappend}               | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename meta-ti-bsp/recipes-graphics/mesa/{mesa-gl_22.%.bbappend => mesa-gl_23.%.bbappend} (100%)
 rename meta-ti-bsp/recipes-graphics/mesa/{mesa_22.%.bbappend => mesa_23.%.bbappend} (100%)

Comments

Denys Dmytriyenko March 28, 2023, 3:25 p.m. UTC | #1
Thanks for the patch!

Has version 23 been tested with the PowerVR patches for HW acceleration?


On Mon, Mar 27, 2023 at 11:08:09AM -0600, Theodore A. Roth wrote:
> From: "Theodore A. Roth" <troth@openavr.org>
> 
> The mesa recipes in oe-core have been updated to mesa-23 causing the
> following build error:
> 
>     $ bitbake core-image-minimal
>     Loading cache: 100% |                                               | ETA:  --:--:--
>     Loaded 0 entries from dependency cache.
>     Parsing recipes: 100% |#############################################| Time: 0:00:20
>     Parsing of 2816 .bb files complete (0 cached, 2816 parsed). 4472 targets, 484 skipped, 0 masked, 0 errors.
>     ERROR: No recipes in default available for:
>       /build/../oe/meta-ti/meta-ti-bsp/recipes-graphics/mesa/mesa-gl_22.%.bbappend
>       /build/../oe/meta-ti/meta-ti-bsp/recipes-graphics/mesa/mesa_22.%.bbappend
> 
>     Summary: There was 1 ERROR message, returning a non-zero exit code.
> 
> Signed-off-by: Theodore A. Roth <troth@openavr.org>
> Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com>
> ---
>  .../mesa/{mesa-gl_22.%.bbappend => mesa-gl_23.%.bbappend}         | 0
>  .../mesa/{mesa_22.%.bbappend => mesa_23.%.bbappend}               | 0
>  2 files changed, 0 insertions(+), 0 deletions(-)
>  rename meta-ti-bsp/recipes-graphics/mesa/{mesa-gl_22.%.bbappend => mesa-gl_23.%.bbappend} (100%)
>  rename meta-ti-bsp/recipes-graphics/mesa/{mesa_22.%.bbappend => mesa_23.%.bbappend} (100%)
> 
> diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa-gl_22.%.bbappend b/meta-ti-bsp/recipes-graphics/mesa/mesa-gl_23.%.bbappend
> similarity index 100%
> rename from meta-ti-bsp/recipes-graphics/mesa/mesa-gl_22.%.bbappend
> rename to meta-ti-bsp/recipes-graphics/mesa/mesa-gl_23.%.bbappend
> diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa_22.%.bbappend b/meta-ti-bsp/recipes-graphics/mesa/mesa_23.%.bbappend
> similarity index 100%
> rename from meta-ti-bsp/recipes-graphics/mesa/mesa_22.%.bbappend
> rename to meta-ti-bsp/recipes-graphics/mesa/mesa_23.%.bbappend
> -- 
> 2.34.1
Theodore A. Roth March 28, 2023, 6:59 p.m. UTC | #2
On Tue, Mar 28, 2023 at 9:26 AM Denys Dmytriyenko <denis@denix.org> wrote:
>
> Thanks for the patch!
>
> Has version 23 been tested with the PowerVR patches for HW acceleration?

We have not tested PowerVR stuff  as our product is headless.
Our builds are currently broken since we are tracking master for all
of the meta layer git repositories we use.

My intention for the patch was to bring the breakage to the attention
of meta-ti since master has
been broken for more than a week with no comments on the mailing list
(hence the RFC tag).

Now that the discussion has been started, I'm more than happy to help
out where I can to get this resolved.

Ted Roth

>
>
> On Mon, Mar 27, 2023 at 11:08:09AM -0600, Theodore A. Roth wrote:
> > From: "Theodore A. Roth" <troth@openavr.org>
> >
> > The mesa recipes in oe-core have been updated to mesa-23 causing the
> > following build error:
> >
> >     $ bitbake core-image-minimal
> >     Loading cache: 100% |                                               | ETA:  --:--:--
> >     Loaded 0 entries from dependency cache.
> >     Parsing recipes: 100% |#############################################| Time: 0:00:20
> >     Parsing of 2816 .bb files complete (0 cached, 2816 parsed). 4472 targets, 484 skipped, 0 masked, 0 errors.
> >     ERROR: No recipes in default available for:
> >       /build/../oe/meta-ti/meta-ti-bsp/recipes-graphics/mesa/mesa-gl_22.%.bbappend
> >       /build/../oe/meta-ti/meta-ti-bsp/recipes-graphics/mesa/mesa_22.%.bbappend
> >
> >     Summary: There was 1 ERROR message, returning a non-zero exit code.
> >
> > Signed-off-by: Theodore A. Roth <troth@openavr.org>
> > Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com>
> > ---
> >  .../mesa/{mesa-gl_22.%.bbappend => mesa-gl_23.%.bbappend}         | 0
> >  .../mesa/{mesa_22.%.bbappend => mesa_23.%.bbappend}               | 0
> >  2 files changed, 0 insertions(+), 0 deletions(-)
> >  rename meta-ti-bsp/recipes-graphics/mesa/{mesa-gl_22.%.bbappend => mesa-gl_23.%.bbappend} (100%)
> >  rename meta-ti-bsp/recipes-graphics/mesa/{mesa_22.%.bbappend => mesa_23.%.bbappend} (100%)
> >
> > diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa-gl_22.%.bbappend b/meta-ti-bsp/recipes-graphics/mesa/mesa-gl_23.%.bbappend
> > similarity index 100%
> > rename from meta-ti-bsp/recipes-graphics/mesa/mesa-gl_22.%.bbappend
> > rename to meta-ti-bsp/recipes-graphics/mesa/mesa-gl_23.%.bbappend
> > diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa_22.%.bbappend b/meta-ti-bsp/recipes-graphics/mesa/mesa_23.%.bbappend
> > similarity index 100%
> > rename from meta-ti-bsp/recipes-graphics/mesa/mesa_22.%.bbappend
> > rename to meta-ti-bsp/recipes-graphics/mesa/mesa_23.%.bbappend
> > --
> > 2.34.1
Denys Dmytriyenko March 29, 2023, 9:31 p.m. UTC | #3
On Tue, Mar 28, 2023 at 12:59:31PM -0600, Theodore A. Roth wrote:
> On Tue, Mar 28, 2023 at 9:26 AM Denys Dmytriyenko <denis@denix.org> wrote:
> >
> > Thanks for the patch!
> >
> > Has version 23 been tested with the PowerVR patches for HW acceleration?
> 
> We have not tested PowerVR stuff  as our product is headless.
> Our builds are currently broken since we are tracking master for all
> of the meta layer git repositories we use.
> 
> My intention for the patch was to bring the breakage to the attention
> of meta-ti since master has
> been broken for more than a week with no comments on the mailing list
> (hence the RFC tag).
> 
> Now that the discussion has been started, I'm more than happy to help
> out where I can to get this resolved.

So, master is currently going through the test cycle due to the recent 
patchset, so may take a bit longer.

I'll try to do some testing with this change, but so far looks good to me:

Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>



> > On Mon, Mar 27, 2023 at 11:08:09AM -0600, Theodore A. Roth wrote:
> > > From: "Theodore A. Roth" <troth@openavr.org>
> > >
> > > The mesa recipes in oe-core have been updated to mesa-23 causing the
> > > following build error:
> > >
> > >     $ bitbake core-image-minimal
> > >     Loading cache: 100% |                                               | ETA:  --:--:--
> > >     Loaded 0 entries from dependency cache.
> > >     Parsing recipes: 100% |#############################################| Time: 0:00:20
> > >     Parsing of 2816 .bb files complete (0 cached, 2816 parsed). 4472 targets, 484 skipped, 0 masked, 0 errors.
> > >     ERROR: No recipes in default available for:
> > >       /build/../oe/meta-ti/meta-ti-bsp/recipes-graphics/mesa/mesa-gl_22.%.bbappend
> > >       /build/../oe/meta-ti/meta-ti-bsp/recipes-graphics/mesa/mesa_22.%.bbappend
> > >
> > >     Summary: There was 1 ERROR message, returning a non-zero exit code.
> > >
> > > Signed-off-by: Theodore A. Roth <troth@openavr.org>
> > > Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com>
> > > ---
> > >  .../mesa/{mesa-gl_22.%.bbappend => mesa-gl_23.%.bbappend}         | 0
> > >  .../mesa/{mesa_22.%.bbappend => mesa_23.%.bbappend}               | 0
> > >  2 files changed, 0 insertions(+), 0 deletions(-)
> > >  rename meta-ti-bsp/recipes-graphics/mesa/{mesa-gl_22.%.bbappend => mesa-gl_23.%.bbappend} (100%)
> > >  rename meta-ti-bsp/recipes-graphics/mesa/{mesa_22.%.bbappend => mesa_23.%.bbappend} (100%)
> > >
> > > diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa-gl_22.%.bbappend b/meta-ti-bsp/recipes-graphics/mesa/mesa-gl_23.%.bbappend
> > > similarity index 100%
> > > rename from meta-ti-bsp/recipes-graphics/mesa/mesa-gl_22.%.bbappend
> > > rename to meta-ti-bsp/recipes-graphics/mesa/mesa-gl_23.%.bbappend
> > > diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa_22.%.bbappend b/meta-ti-bsp/recipes-graphics/mesa/mesa_23.%.bbappend
> > > similarity index 100%
> > > rename from meta-ti-bsp/recipes-graphics/mesa/mesa_22.%.bbappend
> > > rename to meta-ti-bsp/recipes-graphics/mesa/mesa_23.%.bbappend
Denys Dmytriyenko March 30, 2023, 11:33 p.m. UTC | #4
On Wed, Mar 29, 2023 at 05:31:38PM -0400, Denys Dmytriyenko wrote:
> On Tue, Mar 28, 2023 at 12:59:31PM -0600, Theodore A. Roth wrote:
> > On Tue, Mar 28, 2023 at 9:26 AM Denys Dmytriyenko <denis@denix.org> wrote:
> > >
> > > Thanks for the patch!
> > >
> > > Has version 23 been tested with the PowerVR patches for HW acceleration?
> > 
> > We have not tested PowerVR stuff  as our product is headless.
> > Our builds are currently broken since we are tracking master for all
> > of the meta layer git repositories we use.
> > 
> > My intention for the patch was to bring the breakage to the attention
> > of meta-ti since master has
> > been broken for more than a week with no comments on the mailing list
> > (hence the RFC tag).
> > 
> > Now that the discussion has been started, I'm more than happy to help
> > out where I can to get this resolved.
> 
> So, master is currently going through the test cycle due to the recent 
> patchset, so may take a bit longer.
> 
> I'll try to do some testing with this change, but so far looks good to me:
> 
> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>

Seems to be working fine with some minimal testing I've done locally, so 
should be good to go. Thanks.


> > > On Mon, Mar 27, 2023 at 11:08:09AM -0600, Theodore A. Roth wrote:
> > > > From: "Theodore A. Roth" <troth@openavr.org>
> > > >
> > > > The mesa recipes in oe-core have been updated to mesa-23 causing the
> > > > following build error:
> > > >
> > > >     $ bitbake core-image-minimal
> > > >     Loading cache: 100% |                                               | ETA:  --:--:--
> > > >     Loaded 0 entries from dependency cache.
> > > >     Parsing recipes: 100% |#############################################| Time: 0:00:20
> > > >     Parsing of 2816 .bb files complete (0 cached, 2816 parsed). 4472 targets, 484 skipped, 0 masked, 0 errors.
> > > >     ERROR: No recipes in default available for:
> > > >       /build/../oe/meta-ti/meta-ti-bsp/recipes-graphics/mesa/mesa-gl_22.%.bbappend
> > > >       /build/../oe/meta-ti/meta-ti-bsp/recipes-graphics/mesa/mesa_22.%.bbappend
> > > >
> > > >     Summary: There was 1 ERROR message, returning a non-zero exit code.
> > > >
> > > > Signed-off-by: Theodore A. Roth <troth@openavr.org>
> > > > Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com>
> > > > ---
> > > >  .../mesa/{mesa-gl_22.%.bbappend => mesa-gl_23.%.bbappend}         | 0
> > > >  .../mesa/{mesa_22.%.bbappend => mesa_23.%.bbappend}               | 0
> > > >  2 files changed, 0 insertions(+), 0 deletions(-)
> > > >  rename meta-ti-bsp/recipes-graphics/mesa/{mesa-gl_22.%.bbappend => mesa-gl_23.%.bbappend} (100%)
> > > >  rename meta-ti-bsp/recipes-graphics/mesa/{mesa_22.%.bbappend => mesa_23.%.bbappend} (100%)
> > > >
> > > > diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa-gl_22.%.bbappend b/meta-ti-bsp/recipes-graphics/mesa/mesa-gl_23.%.bbappend
> > > > similarity index 100%
> > > > rename from meta-ti-bsp/recipes-graphics/mesa/mesa-gl_22.%.bbappend
> > > > rename to meta-ti-bsp/recipes-graphics/mesa/mesa-gl_23.%.bbappend
> > > > diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa_22.%.bbappend b/meta-ti-bsp/recipes-graphics/mesa/mesa_23.%.bbappend
> > > > similarity index 100%
> > > > rename from meta-ti-bsp/recipes-graphics/mesa/mesa_22.%.bbappend
> > > > rename to meta-ti-bsp/recipes-graphics/mesa/mesa_23.%.bbappend
diff mbox series

Patch

diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa-gl_22.%.bbappend b/meta-ti-bsp/recipes-graphics/mesa/mesa-gl_23.%.bbappend
similarity index 100%
rename from meta-ti-bsp/recipes-graphics/mesa/mesa-gl_22.%.bbappend
rename to meta-ti-bsp/recipes-graphics/mesa/mesa-gl_23.%.bbappend
diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa_22.%.bbappend b/meta-ti-bsp/recipes-graphics/mesa/mesa_23.%.bbappend
similarity index 100%
rename from meta-ti-bsp/recipes-graphics/mesa/mesa_22.%.bbappend
rename to meta-ti-bsp/recipes-graphics/mesa/mesa_23.%.bbappend