* libegl1-mesa not available in Ubuntu 24.04
@ 2024-04-26 23:05 Tim Orling
2024-04-27 5:19 ` [docs] " Richard Purdie
0 siblings, 1 reply; 4+ messages in thread
From: Tim Orling @ 2024-04-26 23:05 UTC (permalink / raw)
To: YP docs mailing list
[-- Attachment #1: Type: text/plain, Size: 594 bytes --]
In the docs, we currently tell users to install libegl1-mesa:
https://docs.yoctoproject.org/ref-manual/system-requirements.html#ubuntu-and-debian
But this is no longer available on Ubuntu 24.04 (there is a
libegl1-mesa-dev package).
I came across this while trying to create the
crops/yocto-dockerfiles:ubuntu-24.04 containers.
https://github.com/crops/yocto-dockerfiles/pull/103
https://github.com/crops/yocto-dockerfiles/actions/runs/8853986259/job/24316025556#step:3:128
I'm not sure what the original need was for libegl1-mesa. It has been in
the docs since before the Sphinx refactor.
[-- Attachment #2: Type: text/html, Size: 1020 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [docs] libegl1-mesa not available in Ubuntu 24.04
2024-04-26 23:05 libegl1-mesa not available in Ubuntu 24.04 Tim Orling
@ 2024-04-27 5:19 ` Richard Purdie
2024-04-27 6:32 ` Alexander Kanavin
0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2024-04-27 5:19 UTC (permalink / raw)
To: ticotimo, YP docs mailing list
On Fri, 2024-04-26 at 16:05 -0700, Tim Orling via
lists.yoctoproject.org wrote:
> In the docs, we currently tell users to install libegl1-mesa:
> https://docs.yoctoproject.org/ref-manual/system-requirements.html#ubuntu-and-debian
>
> But this is no longer available on Ubuntu 24.04 (there is a libegl1-
> mesa-dev package).
>
> I came across this while trying to create the crops/yocto-
> dockerfiles:ubuntu-24.04 containers.
>
> https://github.com/crops/yocto-dockerfiles/pull/103
> https://github.com/crops/yocto-dockerfiles/actions/runs/8853986259/job/24316025556#step:3:128
>
> I'm not sure what the original need was for libegl1-mesa. It has been
> in the docs since before the Sphinx refactor.
The need is to have GL to build qemu against. Not sure what the new
dependency would be?
Cheers,
Richard
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [docs] libegl1-mesa not available in Ubuntu 24.04
2024-04-27 5:19 ` [docs] " Richard Purdie
@ 2024-04-27 6:32 ` Alexander Kanavin
2024-04-29 7:56 ` Michael Opdenacker
0 siblings, 1 reply; 4+ messages in thread
From: Alexander Kanavin @ 2024-04-27 6:32 UTC (permalink / raw)
To: richard.purdie; +Cc: YP docs mailing list, ticotimo
[-- Attachment #1: Type: text/plain, Size: 1642 bytes --]
I believe this used to be but is no longer the case as qemu is now using
100% mesa-native without deferring to host. I’ll double check this later.
We can likely drop this from the docs.
Alex
On Sat 27. Apr 2024 at 7.19, Richard Purdie via lists.yoctoproject.org
<richard.purdie=linuxfoundation.org@lists.yoctoproject.org> wrote:
> On Fri, 2024-04-26 at 16:05 -0700, Tim Orling via
> lists.yoctoproject.org wrote:
> > In the docs, we currently tell users to install libegl1-mesa:
> >
> https://docs.yoctoproject.org/ref-manual/system-requirements.html#ubuntu-and-debian
> >
> > But this is no longer available on Ubuntu 24.04 (there is a libegl1-
> > mesa-dev package).
> >
> > I came across this while trying to create the crops/yocto-
> > dockerfiles:ubuntu-24.04 containers.
> >
> > https://github.com/crops/yocto-dockerfiles/pull/103
> >
> https://github.com/crops/yocto-dockerfiles/actions/runs/8853986259/job/24316025556#step:3:128
> >
> > I'm not sure what the original need was for libegl1-mesa. It has been
> > in the docs since before the Sphinx refactor.
>
> The need is to have GL to build qemu against. Not sure what the new
> dependency would be?
>
> Cheers,
>
> Richard
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#5176):
> https://lists.yoctoproject.org/g/docs/message/5176
> Mute This Topic: https://lists.yoctoproject.org/mt/105760426/1686489
> Group Owner: docs+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/docs/unsub [
> alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
[-- Attachment #2: Type: text/html, Size: 3057 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [docs] libegl1-mesa not available in Ubuntu 24.04
2024-04-27 6:32 ` Alexander Kanavin
@ 2024-04-29 7:56 ` Michael Opdenacker
0 siblings, 0 replies; 4+ messages in thread
From: Michael Opdenacker @ 2024-04-29 7:56 UTC (permalink / raw)
To: Alexander Kanavin, richard.purdie
Cc: michael.opdenacker, YP docs mailing list, ticotimo
On 4/27/24 at 08:32, Alexander Kanavin wrote:
> I believe this used to be but is no longer the case as qemu is now
> using 100% mesa-native without deferring to host. I’ll double check
> this later. We can likely drop this from the docs.
>
> Alex
>
> On Sat 27. Apr 2024 at 7.19, Richard Purdie via lists.yoctoproject.org
> <http://lists.yoctoproject.org>
> <richard.purdie=linuxfoundation.org@lists.yoctoproject.org> wrote:
>
> On Fri, 2024-04-26 at 16:05 -0700, Tim Orling via
> lists.yoctoproject.org <http://lists.yoctoproject.org> wrote:
> > In the docs, we currently tell users to install libegl1-mesa:
> >
> https://docs.yoctoproject.org/ref-manual/system-requirements.html#ubuntu-and-debian
> >
> > But this is no longer available on Ubuntu 24.04 (there is a libegl1-
> > mesa-dev package).
> >
> > I came across this while trying to create the crops/yocto-
> > dockerfiles:ubuntu-24.04 containers.
> >
> > https://github.com/crops/yocto-dockerfiles/pull/103
> >
> https://github.com/crops/yocto-dockerfiles/actions/runs/8853986259/job/24316025556#step:3:128
> >
> > I'm not sure what the original need was for libegl1-mesa. It has
> been
> > in the docs since before the Sphinx refactor.
>
> The need is to have GL to build qemu against. Not sure what the new
> dependency would be?
>
I'm lacking time to test this week, but I'll be happy to take patches
indeed.
Thanks
Michael.
--
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-04-29 7:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-26 23:05 libegl1-mesa not available in Ubuntu 24.04 Tim Orling
2024-04-27 5:19 ` [docs] " Richard Purdie
2024-04-27 6:32 ` Alexander Kanavin
2024-04-29 7:56 ` Michael Opdenacker
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.