Re: [poky] [PATCH] poky-distro-alt-test-config.inc: don't override PREFERRED_VERSION_linux-yocto
Richard Purdie <[email protected]> Fri, 26 Sep 2025 17:05:44 +0100
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <8e978bc8666c0cc74330d75d068820ca48798685.camel@linuxfoundation.org> |
On Fri, 2025-09-26 at 10:51 +0300, Mikko Rapeli via lists.yoctoproject.org wrote: > On Thu, Sep 04, 2025 at 12:59:43PM +0300, Mikko Rapeli wrote: > > This overrides PREFERRED_VERSION_linux-yocto set in machine > > config. Use ?= like in poky distro config so that machines > > can override PREFERRED_VERSION_linux-yocto and for example > > update to 6.16 kernel via machine config. > > genericarm64 does not work well on devices which are not known > at compile time without udev and thus systemd. You're asking we add code to mandate systemd and disable sysvinit builds for genericarm64? We should also mandate the 6.16 kernel and drop support for 6.12? By extension that means that musl isn't supported for genericarm64 without security issues for example. That would be a major change to our current plans/policies :(. So no, this simple change really isn't that simple. Cheers, Richard