From: Markus Volk Date: Sat, 12 Mar 2022 08:01:58 +0000 (+0100) Subject: x86-base.inc: replace intel i965 driver with crocus X-Git-Tag: uninative-3.6~331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63f10412d793c6c10290838eb230f179046f1d23;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git x86-base.inc: replace intel i965 driver with crocus this fixes do_rootfs for core-image-sato after mesa update: Problem: package packagegroup-core-x11-base-1.0-r1.noarch requires packagegroup-core-x11-xserver, but none of the providers can be installed - conflicting requests - nothing provides mesa-driver-i965 needed by packagegroup-core-x11-xserver-1.0-r40.intel_corei7_64 (try to add '--skip-broken' to skip uninstallable packages) Signed-off-by: Markus Volk Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine/include/x86/x86-base.inc b/meta/conf/machine/include/x86/x86-base.inc index e76251ea2b6..b70924f7d92 100644 --- a/meta/conf/machine/include/x86/x86-base.inc +++ b/meta/conf/machine/include/x86/x86-base.inc @@ -36,7 +36,7 @@ XSERVER_X86_I915 = "xf86-video-intel \ " XSERVER_X86_I965 = "xf86-video-intel \ - ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-i965', '', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-crocus', '', d)} \ " XSERVER_X86_VESA = "xf86-video-vesa"