Re: [poky] [PATCH 4/4] fragments/qemu: add support for enabling sdl in qemu

Alexander Kanavin <[email protected]> Wed, 4 Jun 2025 09:40:58 +0200
Newsgroups org.yoctoproject.lists.poky
Message-ID <CANNYZj_mirwAyyB__KM5yZLa+w78zuZD2KNgx96f=JzNYEca6Q@mail.gmail.com>
On Tue, 3 Jun 2025 at 21:44, Richard Purdie
<[email protected]> wrote:
> > This has been the default in poky's local.conf template for
> > a long time, but it's not enabled directly in poky distro.
> > To allow better sstate reuse and a better user experience
> > on a typical laptop (qemu will pop up a graphical window directly),
> > let's add this fragment and enable it in official bitbake-setup
> > configurations.

> I have to wonder whether rather than making this a fragment, we should just change the default...

Yes. I am somewhat unsure where to set it: in the recipe, or in poky
distro? I'm leaning towards the former, as both oe-core and poky
default local.conf templates add the setting.

Alex