diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-03-12 09:01:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-15 08:40:09 +0000 |
commit | d58f40bee1818148685419b0d5ff371375147a83 (patch) | |
tree | f5da92c07613c2b2737ece35d763c0ec5a30c0f6 /meta/conf | |
parent | 73dd9fae43460894c96d4d801293efceb30d9596 (diff) | |
download | poky-d58f40bee1818148685419b0d5ff371375147a83.tar.gz |
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)
(From OE-Core rev: 63f10412d793c6c10290838eb230f179046f1d23)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/x86/x86-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/x86/x86-base.inc b/meta/conf/machine/include/x86/x86-base.inc index e76251ea2b..b70924f7d9 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 \ | |||
36 | " | 36 | " |
37 | 37 | ||
38 | XSERVER_X86_I965 = "xf86-video-intel \ | 38 | XSERVER_X86_I965 = "xf86-video-intel \ |
39 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-i965', '', d)} \ | 39 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-crocus', '', d)} \ |
40 | " | 40 | " |
41 | 41 | ||
42 | XSERVER_X86_VESA = "xf86-video-vesa" | 42 | XSERVER_X86_VESA = "xf86-video-vesa" |