From: Nicolas Dechesne <[email protected]> There were some changes in the xserver-xorg upstream project that need to be reflected here too: * extmod module was removed completely as it became empty; * DRI1, DRI2, DBE (among others) were made built-in;
(see poky rev: 5cea09e3d010d4799eab296b2a0cb83a0af09c76) Signed-off-by: Nicolas Dechesne <[email protected]> --- conf/machine/include/omap4.inc | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.inc index ecd23c4..5ee5f9d 100644 --- a/conf/machine/include/omap4.inc +++ b/conf/machine/include/omap4.inc @@ -8,9 +8,6 @@ PREFERRED_PROVIDER_virtual/bootloader = "u-boot" PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" XSERVER = "xserver-xorg \ - xserver-xorg-extension-dri \ - xserver-xorg-extension-dri2 \ - xserver-xorg-extension-glx \ xserver-xorg-module-exa \ xf86-input-evdev \ xf86-video-omap" -- 1.7.0.4 _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
