FWIW, once the next LTS is out, I'm going to propose the following (I already have the patches): - nodistro/default oe-core set gets opengl/wayland features (but not vulkan just yet :) - AB's config.json gets a 'only-x11' configuration where those features are removed, and sato images/SDKs are built and tested - everything else is transitioned to weston, and perhaps phosh :) http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akanavin/transition-to-weston http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder-helper/log/?h=contrib/akanavin/transition-to-weston Alex On Thu, 11 Nov 2021 at 17:26, Khem Raj wrote: > On Thu, Nov 11, 2021 at 7:23 AM Richard Purdie > wrote: > > > > On Thu, 2021-11-11 at 06:58 -0800, Khem Raj wrote: > > > > > > > > > On Thu, Nov 11, 2021 at 2:05 AM Alexander Kanavin < > alex.kanavin@gmail.com> > > > wrote: > > > > This wasn't a problem in poky, but was exposed with a nodistro build. > > > > > > > > Signed-off-by: Alexander Kanavin > > > > --- > > > > meta/recipes-graphics/xorg-xserver/xserver-xorg.inc | 2 +- > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > > > diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc > > > > b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc > > > > index 4a7048aced..71c934ef38 100644 > > > > --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc > > > > +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc > > > > @@ -28,7 +28,7 @@ inherit meson pkgconfig > > > > inherit features_check > > > > REQUIRED_DISTRO_FEATURES = "x11" > > > > > > > > -LIB_DEPS = "pixman libxfont2 xtrans libxau libxext libxdmcp libdrm > > > > libxkbfile > > > > libpciaccess libxcvt" > > > > +LIB_DEPS = "pixman libxfont2 xtrans libxau libxext libxdmcp libdrm > > > > libxkbfile > > > > libpciaccess libxcvt libtirpc" > > > > > > > > > > > > > Interesting. Do we know what the difference is? > > > Perhaps a distro feature gap ? We should try to get poky close to no > distro as > > > it’s reference distro > > > Less work in maintaining nodistro would be beneficial > > > > The difference is enable/disable of opengl. They are already very close, > that is > > one of the few major differences and in some ways it is useful to test > both. > > I see. yes it is important to test opengl and non-opengl case. > > > > > Cheers, > > > > Richard > > > > > > > >