mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
meta-crownbay: prefer mesa version 7.8 for bernard
bernard uses emgd 1.5, which requires mesa 7.8. It was inadvertently picking up 7.10 instead - we need to explicitly specify 7.8. Fixes [YOCTO #971] Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
c18eb8d8a4
commit
651ca742a0
|
@ -30,6 +30,7 @@ XSERVER ?= "xserver-xf86-emgd \
|
|||
|
||||
PREFERRED_VERSION_xserver-xf86-emgd ?= "1.7.99.2"
|
||||
PREFERRED_VERSION_xserver-xf86-emgd-bin ?= "1.7.99.2"
|
||||
PREFERRED_VERSION_mesa-dri ?= "7.8.2"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttyS0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user