[yocto] Problem with mesa and nvidia

Khem Raj raj.khem at gmail.com
Sun Apr 23 08:11:35 PDT 2017


On Sun, Apr 23, 2017 at 7:35 AM, Alvaro Garcia <maxpowel at gmail.com> wrote:
> mesa-driver-i915

if you are building for x86 based machines and including
conf/machine/include/x86-base.inc in your machine config then you are
getting it. You need to define XSERVER variable that fits your
machine.
you can start by just removing stuff from the preset value for it

this is current value

XSERVER ?= "${XSERVER_X86_BASE} \
            ${XSERVER_X86_EXT} \
            ${XSERVER_X86_I915} \
            ${XSERVER_X86_I965} \
            ${XSERVER_X86_FBDEV} \
            ${XSERVER_X86_VESA} \
            ${XSERVER_X86_MODESETTING} \
           "

remove whatever you dont need by overriding it in your machine conf file.



More information about the yocto mailing list