On Fri, 2022-07-15 at 18:13 +0200, Alexander Kanavin wrote: > On Fri, 15 Jul 2022 at 17:59, Richard Purdie > <richard.pur...@linuxfoundation.org> wrote: > > - if distro and distro in ['debian-9', 'debian-10', 'centos-7', > > 'centos-8', 'ubuntu-16.04', 'ubuntu-18.04', 'almalinux-8.5', > > 'almalinux-8.6']: > > + if distro and (distro in ['debian-9', 'debian-10', 'centos-7', > > 'centos-8', 'ubuntu-16.04', 'ubuntu-18.04'] or > > distro.startswith('almalinux')): > > I guess almalinux-9 has also shown the same problem as 8? Should this > be 'or distro.startswith('almalinux-8') or > distro.startswith('almalinux-9') rather? It will be a while before 10 > is available , and that should be evaluated on its own.
Michael basically said that we were unlikely ever to get vgem working with Alma. It was almalinux-9 that I was adding but I think we wait and evaluate the situation with 10 and then someone can send a patch if we can add it. Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#168137): https://lists.openembedded.org/g/openembedded-core/message/168137 Mute This Topic: https://lists.openembedded.org/mt/92403794/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-